File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/post-share/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/post-share",
"title": "Post Share",
"description": "Add a customizable post share.",
"category": "gtm-posts",
"textdomain": "gutenmate",
"keywords": [
"gutenmate",
"blog",
"posts",
"archive",
"share",
"social"
],
"usesContext": [
"postId",
"postType",
"queryId"
],
"attributes": {
"socials": {
"type": "array",
"default": [
"facebook",
"twitter",
"email"
]
},
"typography": {
"type": "object",
"default": {}
},
"accentColor": {
"type": "string",
"default": ""
},
"accentHoverColor": {
"type": "string",
"default": ""
},
"textColor": {
"type": "string",
"default": ""
},
"textHoverColor": {
"type": "string",
"default": ""
},
"padding": {
"type": "object",
"default": {}
},
"radius": {
"type": [
"string",
"object"
],
"default": ""
},
"shadow": {
"type": "string",
"default": ""
},
"enableLabel": {
"type": "boolean",
"default": true
},
"labelHideTablet": {
"type": "boolean",
"default": false
},
"labelHidePhone": {
"type": "boolean",
"default": false
},
"enableIcon": {
"type": "boolean",
"default": true
},
"iconSize": {
"type": "object",
"default": {}
},
"iconSpacing": {
"type": "object",
"default": {}
}
},
"supports": {
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true,
"padding": true,
"radius": true,
"shadow": true,
"bg": true,
"textAlign": true,
"width": true,
"height": true,
"flexLayout": true
},
"gtmResponsiveAttributes": true,
"gtmUseWebFonts": [
"typography"
]
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-post-share-editor-style",
"style": "gtm-post-share-style"
}