File "block.json"

Full Path: /home/arielcor/public_html/wp-includes/blocks/page-list/block.json
File size: 723 bytes
MIME-type: text/plain
Charset: utf-8

{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "core/page-list",
	"title": "Page List",
	"category": "widgets",
	"description": "Display a list of all pages.",
	"keywords": [ "menu", "navigation" ],
	"textdomain": "default",
	"attributes": {},
	"usesContext": [
		"textColor",
		"customTextColor",
		"backgroundColor",
		"customBackgroundColor",
		"overlayTextColor",
		"customOverlayTextColor",
		"overlayBackgroundColor",
		"customOverlayBackgroundColor",
		"fontSize",
		"customFontSize",
		"showSubmenuIcon",
		"style",
		"openSubmenusOnClick"
	],
	"supports": {
		"reusable": false,
		"html": false
	},
	"editorStyle": "wp-block-page-list-editor",
	"style": "wp-block-page-list"
}