File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/post-views/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/post-views",
"title": "Post views",
"description": "Add a customizable post views.",
"category": "gtm-posts",
"textdomain": "gutenmate",
"keywords": [
"gutenmate",
"blog",
"posts",
"archive",
"views"
],
"usesContext": [
"postId",
"postType"
],
"attributes": {
"display": {
"type": "string",
"default": "name"
},
"counterColor": {
"type": "string",
"default": ""
},
"counterHoverColor": {
"type": "string",
"default": ""
},
"label": {
"type": "string",
"default": ""
},
"labelTypography": {
"type": "object",
"default": {}
},
"labelSpacing": {
"type": "object",
"default": {}
},
"labelColor": {
"type": "string",
"default": ""
},
"icon": {
"type": "string",
"default": ""
},
"iconSize": {
"type": "object",
"default": {}
},
"iconWidth": {
"type": "object",
"default": {}
},
"iconRadius": {
"type": [
"string",
"object"
],
"default": ""
},
"iconSpacing": {
"type": "object",
"default": {}
},
"iconColor": {
"type": "string",
"default": ""
},
"iconBg": {
"type": "object",
"default": {}
},
"iconHoverColor": {
"type": "string",
"default": ""
},
"iconHoverBg": {
"type": "object",
"default": {}
}
},
"supports": {
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true,
"padding": true,
"radius": true,
"shadow": true,
"bg": true,
"typography": true,
"textAlign": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-post-views-editor-style",
"style": "gtm-post-views-style"
}