kollapsminoriteten/wp-includes/blocks/navigation-submenu/block.json

83 lines
1.6 KiB
JSON
Raw Normal View History

2022-04-02 10:26:41 +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,
2022-04-02 10:26:41 +02:00
"name": "core/navigation-submenu",
"title": "Submenu",
"category": "design",
2022-06-16 14:03:35 +02:00
"parent": [ "core/navigation" ],
2022-04-02 10:26:41 +02:00
"description": "Add a submenu to your navigation.",
"textdomain": "default",
"attributes": {
"label": {
2025-12-12 13:15:55 +01:00
"type": "string",
"role": "content"
2022-04-02 10:26:41 +02:00
},
"type": {
"type": "string"
},
"description": {
"type": "string"
},
"rel": {
"type": "string"
},
"id": {
"type": "number"
},
"opensInNewTab": {
"type": "boolean",
"default": false
},
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"kind": {
"type": "string"
},
"isTopLevelItem": {
"type": "boolean"
}
},
"usesContext": [
"textColor",
"customTextColor",
"backgroundColor",
"customBackgroundColor",
"overlayTextColor",
"customOverlayTextColor",
"overlayBackgroundColor",
"customOverlayBackgroundColor",
"fontSize",
"customFontSize",
"showSubmenuIcon",
2022-06-16 14:03:35 +02:00
"maxNestingLevel",
2022-04-02 10:26:41 +02:00
"openSubmenusOnClick",
"style"
],
"supports": {
"reusable": false,
2024-04-17 11:32:24 +02:00
"html": false,
2025-02-28 08:42:11 +01:00
"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
}
2022-04-02 10:26:41 +02:00
},
"editorStyle": "wp-block-navigation-submenu-editor",
"style": "wp-block-navigation-submenu"
}