D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafdxji
/
shihty.com
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Column
/
Filename :
block.json
back
Copy
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "surecart/column", "title": "SureCart Column", "category": "surecart", "textdomain": "surecart", "parent": ["surecart/columns"], "description": "A single column within a columns block.", "attributes": { "layout": { "type": "object" }, "verticalAlignment": { "type": "string" }, "width": { "type": "string" }, "sticky": { "type": "boolean" }, "stickyOffset": { "type": "string" }, "allowedBlocks": { "type": "array" }, "templateLock": { "type": ["string", "boolean"], "enum": ["all", "insert", false] } }, "supports": { "anchor": true, "reusable": false, "html": false, "color": { "gradients": true, "link": true }, "__experimentalBorder": { "width": true, "color": true, "__experimentalDefaultControls": { "width": true, "color": true } }, "spacing": { "padding": true, "blockGap": true, "__experimentalDefaultControls": { "padding": true, "blockGap": true } } } }