mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 10:50:56 +01:00
66 lines
1.1 KiB
JSON
66 lines
1.1 KiB
JSON
|
{
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/navigation-submenu",
|
||
|
"title": "Submenu",
|
||
|
"category": "design",
|
||
|
"parent": [
|
||
|
"core/navigation"
|
||
|
],
|
||
|
"description": "Add a submenu to your navigation.",
|
||
|
"textdomain": "default",
|
||
|
"attributes": {
|
||
|
"label": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"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",
|
||
|
"openSubmenusOnClick",
|
||
|
"style"
|
||
|
],
|
||
|
"supports": {
|
||
|
"reusable": false,
|
||
|
"html": false
|
||
|
},
|
||
|
"editorStyle": "wp-block-navigation-submenu-editor",
|
||
|
"style": "wp-block-navigation-submenu"
|
||
|
}
|