File "block.json"
Full Path: /var/www/html/wordpress/wp-content/plugins/gutentools/build/blocks/post-ticker/block.json
File size: 6.38 KB
MIME-type: application/json
Charset: utf-8
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "gutentools/post-ticker",
"version": "1.0.0",
"title": "Post Ticker",
"category": "gutentools",
"description": "Showcase your content with the Post Picker Block, offering flexible options to display posts dynamically. Choose specific posts or filter by categories, tags, or authors to create tailored tickerss.",
"keywords": [
"ticker",
"post"
],
"example": {},
"supports": {
"html": false
},
"attributes": {
"postsToShow": {
"type": "number",
"default": 5
},
"order": {
"type": "string",
"default": "desc"
},
"orderBy": {
"type": "string",
"default": "date"
},
"categories": {
"type": "number"
},
"enableArrow": {
"type": "boolean",
"default": true
},
"enablePausePlay": {
"type": "boolean",
"default": true
},
"enableLabel": {
"type": "boolean",
"default": true
},
"block_id": {
"type": "string"
},
"bgColor": {
"type": "string",
"default": "#eee"
},
"labelBgColor": {
"type": "string",
"default": "#c62828"
},
"titleColor": {
"type": "string",
"default": "#000"
},
"labelColor": {
"type": "string",
"default": "#ffffff"
},
"arrowBGColor": {
"type": "string",
"default": "#ffffff"
},
"arrowBGHoverColor": {
"type": "string",
"default": "#0012ff"
},
"arrowColor": {
"type": "string",
"default": "#000000"
},
"arrowHoverColor": {
"type": "string",
"default": "#ffffff"
},
"titleTypo": {
"type": "object",
"default": {
"fontFamily": "",
"fontSize": {
"units": [
"px",
"em",
"rem"
],
"activeUnit": "px",
"values": {
"desktop": 21,
"tablet": 21,
"mobile": 18
}
},
"fontWeight": 600,
"lineHeight": {
"activeUnit": "",
"units": [
""
],
"values": {
"desktop": 1,
"tablet": 1,
"mobile": 1
}
}
}
},
"labelTypo": {
"type": "object",
"default": {
"fontFamily": "",
"fontSize": {
"units": [
"px",
"em",
"rem"
],
"activeUnit": "px",
"values": {
"desktop": 21,
"tablet": 21,
"mobile": 18
}
},
"fontWeight": 600,
"textTransform": "initial",
"lineHeight": {
"activeUnit": "",
"units": [
""
],
"values": {
"desktop": 1,
"tablet": 1,
"mobile": 1
}
}
}
},
"titlePadding": {
"type": "object",
"default": {
"activeUnit": "px",
"isLinkActive": true,
"properties": [
"top",
"right",
"bottom",
"left"
],
"responsiveViews": [
"desktop",
"tablet",
"mobile"
],
"units": [
"px",
"rem"
],
"values": {
"desktop": [
0,
0,
0,
0
],
"tablet": [
0,
0,
0,
0
],
"mobile": [
0,
0,
0,
0
]
}
}
},
"labelPadding": {
"type": "object",
"default": {
"activeUnit": "px",
"isLinkActive": true,
"properties": [
"top",
"right",
"bottom",
"left"
],
"responsiveViews": [
"desktop",
"tablet",
"mobile"
],
"units": [
"px",
"rem"
],
"values": {
"desktop": [
0,
0,
0,
0
],
"tablet": [
0,
0,
0,
0
],
"mobile": [
0,
0,
0,
0
]
}
}
},
"arrowSize": {
"type": "object",
"default": {
"activeUnit": "px",
"isLinkActive": true,
"properties": [
"height",
"width"
],
"responsiveViews": [
"desktop",
"tablet",
"mobile"
],
"units": [
"px",
"rem"
],
"values": {
"desktop": [
40,
40
],
"tablet": [
30,
30
],
"mobile": [
30,
30
]
}
}
},
"padding": {
"type": "object",
"default": {
"activeUnit": "px",
"isLinkActive": true,
"properties": [
"top",
"right",
"bottom",
"left"
],
"responsiveViews": [
"desktop",
"tablet",
"mobile"
],
"units": [
"px",
"rem"
],
"values": {
"desktop": [
15,
15,
15,
15
],
"tablet": [
15,
15,
15,
15
],
"mobile": [
15,
15,
15,
15
]
}
}
},
"arrowIconSize": {
"type": "object",
"default": {
"activeUnit": "px",
"responsiveViews": [
"desktop",
"tablet",
"mobile"
],
"units": [
"px",
"em"
],
"range": {
"min": 0,
"max": 100
},
"values": {
"desktop": 18,
"tablet": 18,
"mobile": 18
}
}
},
"speed": {
"type": "number",
"default": 2000
},
"animation": {
"type": "string",
"default": "fade"
},
"label": {
"type": "string",
"default": "Latest Posts"
}
},
"textdomain": "gutentools",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}