kollapsminoriteten/wp-includes/blocks/page-list/block.json

59 lines
1.3 KiB
JSON
Raw Normal View History

2021-07-23 11:58:50 +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,
2021-07-23 11:58:50 +02:00
"name": "core/page-list",
"title": "Page List",
"category": "widgets",
2024-04-17 11:32:24 +02:00
"allowedBlocks": [ "core/page-list-item" ],
2021-07-23 11:58:50 +02:00
"description": "Display a list of all pages.",
"keywords": [ "menu", "navigation" ],
"textdomain": "default",
2023-04-26 17:39:43 +02:00
"attributes": {
"parentPageID": {
"type": "integer",
"default": 0
},
"isNested": {
"type": "boolean",
"default": false
}
},
2021-07-23 11:58:50 +02:00
"usesContext": [
"textColor",
"customTextColor",
"backgroundColor",
"customBackgroundColor",
2022-04-02 10:26:41 +02:00
"overlayTextColor",
"customOverlayTextColor",
"overlayBackgroundColor",
"customOverlayBackgroundColor",
2021-07-23 11:58:50 +02:00
"fontSize",
"customFontSize",
"showSubmenuIcon",
2022-04-02 10:26:41 +02:00
"style",
"openSubmenusOnClick"
2021-07-23 11:58:50 +02:00
],
"supports": {
"reusable": false,
2023-04-26 17:39:43 +02:00
"html": false,
"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
},
"interactivity": {
"clientNavigation": true
2023-04-26 17:39:43 +02:00
}
2021-07-23 11:58:50 +02:00
},
"editorStyle": "wp-block-page-list-editor",
"style": "wp-block-page-list"
}