kollapsminoriteten/wp-includes/blocks/column/block.json

40 lines
687 B
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2020-12-10 14:06:04 +01:00
"apiVersion": 2,
2020-09-15 14:29:22 +02:00
"name": "core/column",
2021-07-23 11:58:50 +02:00
"title": "Column",
2020-09-15 14:29:22 +02:00
"category": "text",
2021-07-23 11:58:50 +02:00
"parent": [ "core/columns" ],
"description": "A single column within a columns block.",
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"verticalAlignment": {
"type": "string"
},
"width": {
2020-12-10 14:06:04 +01:00
"type": "string"
},
2022-04-02 10:26:41 +02:00
"allowedBlocks": {
"type": "array"
},
2020-12-10 14:06:04 +01:00
"templateLock": {
2022-04-02 10:26:41 +02:00
"type": [ "string", "boolean" ],
2021-07-23 11:58:50 +02:00
"enum": [ "all", "insert", false ]
2020-09-15 14:29:22 +02:00
}
},
"supports": {
"anchor": true,
"reusable": false,
2021-07-23 11:58:50 +02:00
"html": false,
"color": {
"gradients": true,
"link": true
},
"spacing": {
2022-04-02 10:26:41 +02:00
"padding": true,
"__experimentalDefaultControls": {
"padding": true
}
2021-07-23 11:58:50 +02:00
}
2020-09-15 14:29:22 +02:00
}
}