2021-11-09 03:17:17 +01:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2021-11-09 03:17:17 +01:00
|
|
|
"apiVersion": 2,
|
|
|
|
"name": "core/navigation",
|
|
|
|
"title": "Navigation",
|
|
|
|
"category": "theme",
|
|
|
|
"description": "A collection of blocks that allow visitors to get around your site.",
|
2022-04-12 17:12:47 +02:00
|
|
|
"keywords": [ "menu", "navigation", "links" ],
|
2021-11-09 03:17:17 +01:00
|
|
|
"textdomain": "default",
|
|
|
|
"attributes": {
|
2021-11-30 01:24:27 +01:00
|
|
|
"ref": {
|
2021-11-09 03:17:17 +01:00
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"textColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"customTextColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"rgbTextColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"backgroundColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"customBackgroundColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"rgbBackgroundColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"showSubmenuIcon": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"openSubmenusOnClick": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"overlayMenu": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "mobile"
|
|
|
|
},
|
2022-04-12 17:12:47 +02:00
|
|
|
"hasIcon": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
2021-11-09 03:17:17 +01:00
|
|
|
"__unstableLocation": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"overlayBackgroundColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"customOverlayBackgroundColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"overlayTextColor": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"customOverlayTextColor": {
|
|
|
|
"type": "string"
|
2022-04-12 17:12:47 +02:00
|
|
|
},
|
|
|
|
"maxNestingLevel": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 5
|
2021-11-09 03:17:17 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"providesContext": {
|
|
|
|
"textColor": "textColor",
|
|
|
|
"customTextColor": "customTextColor",
|
|
|
|
"backgroundColor": "backgroundColor",
|
|
|
|
"customBackgroundColor": "customBackgroundColor",
|
|
|
|
"overlayTextColor": "overlayTextColor",
|
|
|
|
"customOverlayTextColor": "customOverlayTextColor",
|
|
|
|
"overlayBackgroundColor": "overlayBackgroundColor",
|
|
|
|
"customOverlayBackgroundColor": "customOverlayBackgroundColor",
|
|
|
|
"fontSize": "fontSize",
|
|
|
|
"customFontSize": "customFontSize",
|
|
|
|
"showSubmenuIcon": "showSubmenuIcon",
|
|
|
|
"openSubmenusOnClick": "openSubmenusOnClick",
|
|
|
|
"style": "style",
|
2022-04-12 17:12:47 +02:00
|
|
|
"orientation": "orientation",
|
|
|
|
"maxNestingLevel": "maxNestingLevel"
|
2021-11-09 03:17:17 +01:00
|
|
|
},
|
|
|
|
"supports": {
|
2022-04-12 17:12:47 +02:00
|
|
|
"align": [ "wide", "full" ],
|
2021-11-09 03:17:17 +01:00
|
|
|
"anchor": true,
|
|
|
|
"html": false,
|
|
|
|
"inserter": true,
|
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalFontFamily": true,
|
2022-04-12 17:12:47 +02:00
|
|
|
"__experimentalTextDecoration": true,
|
|
|
|
"__experimentalSkipSerialization": [ "textDecoration" ],
|
2021-11-09 03:17:17 +01:00
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"spacing": {
|
2022-04-12 17:12:47 +02:00
|
|
|
"blockGap": true,
|
|
|
|
"units": [ "px", "em", "rem", "vh", "vw" ],
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"blockGap": true
|
|
|
|
}
|
2021-11-09 03:17:17 +01:00
|
|
|
},
|
|
|
|
"__experimentalLayout": {
|
|
|
|
"allowSwitching": false,
|
|
|
|
"allowInheriting": false,
|
2022-04-12 17:12:47 +02:00
|
|
|
"allowVerticalAlignment": false,
|
2021-11-09 03:17:17 +01:00
|
|
|
"default": {
|
2021-12-21 08:02:34 +01:00
|
|
|
"type": "flex"
|
2021-11-09 03:17:17 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"viewScript": "file:./view.min.js",
|
|
|
|
"editorStyle": "wp-block-navigation-editor",
|
|
|
|
"style": "wp-block-navigation"
|
|
|
|
}
|