kollapsminoriteten/wp-includes/blocks/page-list/block.json

33 lines
670 B
JSON
Raw Normal View History

2021-07-23 11:58:50 +02:00
{
"apiVersion": 2,
"name": "core/page-list",
"title": "Page List",
"category": "widgets",
"description": "Display a list of all pages.",
"keywords": [ "menu", "navigation" ],
"textdomain": "default",
2022-04-02 10:26:41 +02:00
"attributes": {
},
2021-07-23 11:58:50 +02:00
"usesContext": [
"textColor",
"customTextColor",
"backgroundColor",
"customBackgroundColor",
2022-04-02 10:26:41 +02:00
"overlayTextColor",
"customOverlayTextColor",
"overlayBackgroundColor",
"customOverlayBackgroundColor",
2021-07-23 11:58:50 +02:00
"fontSize",
"customFontSize",
"showSubmenuIcon",
2022-04-02 10:26:41 +02:00
"style",
"openSubmenusOnClick"
2021-07-23 11:58:50 +02:00
],
"supports": {
"reusable": false,
"html": false
},
"editorStyle": "wp-block-page-list-editor",
"style": "wp-block-page-list"
}