File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/directions/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/directions",
"title": "Directions",
"description": "Add a customizable directions.",
"category": "gtm-blocks",
"keywords": [
"gutenmate",
"steps",
"directions"
],
"attributes": {
"gap": {
"type": "object",
"default": {}
},
"title": {
"type": "string",
"source": "html",
"selector": ".wp-block-gtm-directions__title span",
"default": ""
},
"titleTypography": {
"type": "object",
"default": {}
},
"titleColor": {
"type": "string",
"default": ""
},
"contentTypography": {
"type": "object",
"default": {}
},
"contentColor": {
"type": "string",
"default": ""
}
},
"supports": {
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true,
"padding": true,
"radius": true,
"shadow": true,
"bg": true,
"color": true,
"typography": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-directions-editor-style",
"style": "gtm-directions-style"
}