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

78 lines
1.6 KiB
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2020-09-15 14:29:22 +02:00
"name": "core/column",
2021-07-23 11:58:50 +02:00
"title": "Column",
2023-09-26 10:33:34 +02:00
"category": "design",
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" ],
2022-12-15 17:47:31 +01:00
"enum": [ "all", "insert", "contentOnly", false ]
2020-09-15 14:29:22 +02:00
}
},
"supports": {
2023-12-07 09:44:11 +01:00
"__experimentalOnEnter": true,
2020-09-15 14:29:22 +02:00
"anchor": true,
"reusable": false,
2021-07-23 11:58:50 +02:00
"html": false,
"color": {
"gradients": true,
2023-12-07 09:44:11 +01:00
"heading": true,
"button": true,
2022-06-16 14:03:35 +02:00
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
2021-07-23 11:58:50 +02:00
},
2024-04-17 11:32:24 +02:00
"shadow": true,
2021-07-23 11:58:50 +02:00
"spacing": {
2022-06-16 14:03:35 +02:00
"blockGap": true,
2022-04-02 10:26:41 +02:00
"padding": true,
"__experimentalDefaultControls": {
2023-09-26 10:33:34 +02:00
"padding": true,
"blockGap": true
2022-04-02 10:26:41 +02:00
}
2022-06-16 14:03:35 +02:00
},
2022-12-15 17:47:31 +01:00
"__experimentalBorder": {
"color": true,
"style": true,
"width": true,
"__experimentalDefaultControls": {
"color": true,
"style": true,
"width": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
2024-04-17 11:32:24 +02:00
"layout": true,
"interactivity": {
"clientNavigation": true
}
2020-09-15 14:29:22 +02:00
}
}