wp/wp-includes/blocks/page-list/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
       
     1 {
       
     2 	"apiVersion": 2,
       
     3 	"name": "core/page-list",
       
     4 	"title": "Page List",
       
     5 	"category": "widgets",
       
     6 	"description": "Display a list of all pages.",
       
     7 	"keywords": [ "menu", "navigation" ],
       
     8 	"textdomain": "default",
       
     9 	"usesContext": [
       
    10 		"textColor",
       
    11 		"customTextColor",
       
    12 		"backgroundColor",
       
    13 		"customBackgroundColor",
       
    14 		"fontSize",
       
    15 		"customFontSize",
       
    16 		"showSubmenuIcon",
       
    17 		"style"
       
    18 	],
       
    19 	"supports": {
       
    20 		"reusable": false,
       
    21 		"html": false
       
    22 	},
       
    23 	"editorStyle": "wp-block-page-list-editor",
       
    24 	"style": "wp-block-page-list"
       
    25 }