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

85 lines
1.7 KiB
JSON
Raw Permalink 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
2025-04-25 12:30:07 +02:00
},
"color": {
"text": true,
"background": true,
"link": true,
"gradients": true,
"__experimentalDefaultControls": {
"background": true,
"text": true,
"link": true
}
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true
},
"spacing": {
"padding": true,
"margin": true,
"__experimentalDefaultControls": {
"padding": false,
"margin": false
}
2025-12-12 13:15:55 +01:00
},
"contentRole": true
2021-07-23 11:58:50 +02:00
},
"editorStyle": "wp-block-page-list-editor",
"style": "wp-block-page-list"
}