| 123456789101112131415161718192021222324252627282930313233 |
- {
- "apiVersion": 2,
- "name": "core/column",
- "title": "Column",
- "category": "text",
- "parent": [ "core/columns" ],
- "description": "A single column within a columns block.",
- "textdomain": "default",
- "attributes": {
- "verticalAlignment": {
- "type": "string"
- },
- "width": {
- "type": "string"
- },
- "templateLock": {
- "enum": [ "all", "insert", false ]
- }
- },
- "supports": {
- "anchor": true,
- "reusable": false,
- "html": false,
- "color": {
- "gradients": true,
- "link": true
- },
- "spacing": {
- "padding": true
- }
- }
- }
|