| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/navigation-submenu", 5 "title": "Submenu", 6 "category": "design", 7 "parent": [ "core/navigation" ], 8 "description": "Add a submenu to your navigation.", 9 "textdomain": "default", 10 "attributes": { 11 "label": { 12 "type": "string", 13 "role": "content" 14 }, 15 "type": { 16 "type": "string" 17 }, 18 "description": { 19 "type": "string" 20 }, 21 "rel": { 22 "type": "string" 23 }, 24 "id": { 25 "type": "number" 26 }, 27 "opensInNewTab": { 28 "type": "boolean", 29 "default": false 30 }, 31 "url": { 32 "type": "string", 33 "role": "content" 34 }, 35 "title": { 36 "type": "string" 37 }, 38 "kind": { 39 "type": "string" 40 }, 41 "isTopLevelItem": { 42 "type": "boolean" 43 }, 44 "isParentSubmenu": { 45 "type": "boolean", 46 "default": true 47 } 48 }, 49 "providesContext": { 50 "core/isInsideSubmenu": "isParentSubmenu" 51 }, 52 "usesContext": [ 53 "textColor", 54 "customTextColor", 55 "backgroundColor", 56 "customBackgroundColor", 57 "overlayTextColor", 58 "customOverlayTextColor", 59 "overlayBackgroundColor", 60 "customOverlayBackgroundColor", 61 "fontSize", 62 "customFontSize", 63 "showSubmenuIcon", 64 "maxNestingLevel", 65 "openSubmenusOnClick", 66 "submenuVisibility", 67 "style" 68 ], 69 "supports": { 70 "anchor": true, 71 "reusable": false, 72 "html": false, 73 "typography": { 74 "fontSize": true, 75 "lineHeight": true, 76 "__experimentalFontFamily": true, 77 "__experimentalFontWeight": true, 78 "__experimentalFontStyle": true, 79 "__experimentalTextTransform": true, 80 "__experimentalTextDecoration": true, 81 "__experimentalLetterSpacing": true, 82 "__experimentalDefaultControls": { 83 "fontSize": true 84 } 85 }, 86 "interactivity": { 87 "clientNavigation": true 88 } 89 }, 90 "editorStyle": "wp-block-navigation-submenu-editor", 91 "style": "wp-block-navigation-submenu" 92 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Mon Jul 27 08:20:18 2026 | Cross-referenced by PHPXref |