wp/wp-includes/blocks/navigation/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/navigation",
     4 	"name": "core/navigation",
     5 	"title": "Navigation",
     5 	"title": "Navigation",
     6 	"category": "theme",
     6 	"category": "theme",
       
     7 	"allowedBlocks": [
       
     8 		"core/navigation-link",
       
     9 		"core/search",
       
    10 		"core/social-links",
       
    11 		"core/page-list",
       
    12 		"core/spacer",
       
    13 		"core/home-link",
       
    14 		"core/site-title",
       
    15 		"core/site-logo",
       
    16 		"core/navigation-submenu",
       
    17 		"core/loginout",
       
    18 		"core/buttons"
       
    19 	],
     7 	"description": "A collection of blocks that allow visitors to get around your site.",
    20 	"description": "A collection of blocks that allow visitors to get around your site.",
     8 	"keywords": [ "menu", "navigation", "links" ],
    21 	"keywords": [ "menu", "navigation", "links" ],
     9 	"textdomain": "default",
    22 	"textdomain": "default",
    10 	"attributes": {
    23 	"attributes": {
    11 		"ref": {
    24 		"ref": {
    39 		},
    52 		},
    40 		"overlayMenu": {
    53 		"overlayMenu": {
    41 			"type": "string",
    54 			"type": "string",
    42 			"default": "mobile"
    55 			"default": "mobile"
    43 		},
    56 		},
       
    57 		"icon": {
       
    58 			"type": "string",
       
    59 			"default": "handle"
       
    60 		},
    44 		"hasIcon": {
    61 		"hasIcon": {
    45 			"type": "boolean",
    62 			"type": "boolean",
    46 			"default": true
    63 			"default": true
    47 		},
    64 		},
    48 		"__unstableLocation": {
    65 		"__unstableLocation": {
    61 			"type": "string"
    78 			"type": "string"
    62 		},
    79 		},
    63 		"maxNestingLevel": {
    80 		"maxNestingLevel": {
    64 			"type": "number",
    81 			"type": "number",
    65 			"default": 5
    82 			"default": 5
       
    83 		},
       
    84 		"templateLock": {
       
    85 			"type": [ "string", "boolean" ],
       
    86 			"enum": [ "all", "insert", "contentOnly", false ]
    66 		}
    87 		}
    67 	},
    88 	},
    68 	"providesContext": {
    89 	"providesContext": {
    69 		"textColor": "textColor",
    90 		"textColor": "textColor",
    70 		"customTextColor": "customTextColor",
    91 		"customTextColor": "customTextColor",
    77 		"fontSize": "fontSize",
    98 		"fontSize": "fontSize",
    78 		"customFontSize": "customFontSize",
    99 		"customFontSize": "customFontSize",
    79 		"showSubmenuIcon": "showSubmenuIcon",
   100 		"showSubmenuIcon": "showSubmenuIcon",
    80 		"openSubmenusOnClick": "openSubmenusOnClick",
   101 		"openSubmenusOnClick": "openSubmenusOnClick",
    81 		"style": "style",
   102 		"style": "style",
    82 		"orientation": "orientation",
       
    83 		"maxNestingLevel": "maxNestingLevel"
   103 		"maxNestingLevel": "maxNestingLevel"
    84 	},
   104 	},
    85 	"supports": {
   105 	"supports": {
    86 		"align": [ "wide", "full" ],
   106 		"align": [ "wide", "full" ],
    87 		"anchor": true,
   107 		"ariaLabel": true,
    88 		"html": false,
   108 		"html": false,
    89 		"inserter": true,
   109 		"inserter": true,
    90 		"typography": {
   110 		"typography": {
    91 			"fontSize": true,
   111 			"fontSize": true,
    92 			"lineHeight": true,
   112 			"lineHeight": true,
    93 			"__experimentalFontStyle": true,
   113 			"__experimentalFontStyle": true,
    94 			"__experimentalFontWeight": true,
   114 			"__experimentalFontWeight": true,
    95 			"__experimentalTextTransform": true,
   115 			"__experimentalTextTransform": true,
    96 			"__experimentalFontFamily": true,
   116 			"__experimentalFontFamily": true,
       
   117 			"__experimentalLetterSpacing": true,
    97 			"__experimentalTextDecoration": true,
   118 			"__experimentalTextDecoration": true,
    98 			"__experimentalSkipSerialization": [ "textDecoration" ],
   119 			"__experimentalSkipSerialization": [ "textDecoration" ],
    99 			"__experimentalDefaultControls": {
   120 			"__experimentalDefaultControls": {
   100 				"fontSize": true
   121 				"fontSize": true
   101 			}
   122 			}
   105 			"units": [ "px", "em", "rem", "vh", "vw" ],
   126 			"units": [ "px", "em", "rem", "vh", "vw" ],
   106 			"__experimentalDefaultControls": {
   127 			"__experimentalDefaultControls": {
   107 				"blockGap": true
   128 				"blockGap": true
   108 			}
   129 			}
   109 		},
   130 		},
   110 		"__experimentalLayout": {
   131 		"layout": {
   111 			"allowSwitching": false,
   132 			"allowSwitching": false,
   112 			"allowInheriting": false,
   133 			"allowInheriting": false,
   113 			"allowVerticalAlignment": false,
   134 			"allowVerticalAlignment": false,
       
   135 			"allowSizingOnChildren": true,
   114 			"default": {
   136 			"default": {
   115 				"type": "flex"
   137 				"type": "flex"
   116 			}
   138 			}
   117 		}
   139 		},
       
   140 		"interactivity": true,
       
   141 		"renaming": false
   118 	},
   142 	},
   119 	"viewScript": "file:./view.min.js",
       
   120 	"editorStyle": "wp-block-navigation-editor",
   143 	"editorStyle": "wp-block-navigation-editor",
   121 	"style": "wp-block-navigation"
   144 	"style": "wp-block-navigation"
   122 }
   145 }