File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/post-terms/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/post-terms",
"title": "Post terms",
"description": "Add a customizable post terms.",
"category": "gtm-posts",
"textdomain": "gutenmate",
"keywords": [
"gutenmate",
"blog",
"posts",
"archive"
],
"usesContext": [
"postId",
"postType",
"queryId"
],
"attributes": {
"term": {
"type": "string",
"default": "category"
},
"itemsLimit": {
"type": "number"
},
"itemPadding": {
"type": "object",
"default": {}
},
"itemRadius": {
"type": [
"string",
"object"
],
"default": ""
},
"itemSkew": {
"type": "number"
},
"itemSpacing": {
"type": "object",
"default": {}
},
"itemColor": {
"type": "string",
"default": ""
},
"itemBg": {
"type": "object",
"default": {}
},
"enableItemUnderline": {
"type": "boolean",
"default": false
},
"itemHoverColor": {
"type": "string",
"default": ""
},
"itemHoverBg": {
"type": "object",
"default": {}
},
"enableItemHoverUnderline": {
"type": "boolean",
"default": true
},
"itemIcon": {
"type": "string",
"default": ""
},
"itemIconSize": {
"type": "object",
"default": {}
},
"itemIconSpacing": {
"type": "object",
"default": {}
},
"itemIconColor": {
"type": "string",
"default": ""
},
"itemIconHoverColor": {
"type": "string",
"default": ""
},
"separator": {
"type": "string",
"default": ""
},
"separatorColor": {
"type": "string",
"default": ""
}
},
"supports": {
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true,
"padding": true,
"radius": true,
"shadow": true,
"bg": true,
"color": true,
"typography": true,
"textAlign": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-post-terms-editor-style",
"style": "gtm-post-terms-style"
}