File: /var/www/html/insiders/wp-load/wp-content/plugins/breadly/build/block-library/separator/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/separator",
"title": "Separator",
"description": "Add a customizable separator.",
"category": "gtm-blocks",
"keywords": [
"gutenmate",
"separator",
"line"
],
"usesContext": [
"queryId"
],
"attributes": {
"separatorStyle": {
"type": "string",
"default": "solid"
},
"separatorThickness": {
"type": "string",
"default": ""
},
"separatorRadius": {
"type": [
"string",
"object"
],
"default": ""
},
"separatorWidth": {
"type": "object",
"default": {}
},
"separatorColor": {
"type": "string",
"default": ""
},
"hideLoopFirstChild": {
"type": "boolean",
"default": false
},
"hideLoopLastChild": {
"type": "boolean",
"default": false
}
},
"supports": {
"align": [
"wide",
"full"
],
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-separator-editor-style",
"style": "gtm-separator-style"
}