kollapsminoriteten/wp-includes/blocks/widget-group/block.json

21 lines
400 B
JSON
Raw Normal View History

2022-04-02 10:26:41 +02:00
{
2024-04-17 11:32:24 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2022-04-02 10:26:41 +02:00
"name": "core/widget-group",
2025-02-28 08:42:11 +01:00
"title": "Widget Group",
2022-04-02 10:26:41 +02:00
"category": "widgets",
"attributes": {
"title": {
"type": "string"
}
},
"supports": {
"html": false,
"inserter": true,
"customClassName": true,
"reusable": false
},
"editorStyle": "wp-block-widget-group-editor",
"style": "wp-block-widget-group"
}