2021-06-08 20:13:01 +02:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2021-06-08 20:13:01 +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",
|
2023-02-07 08:04:52 +01:00
|
|
|
"attributes": {
|
|
|
|
"parentPageID": {
|
|
|
|
"type": "integer",
|
|
|
|
"default": 0
|
|
|
|
},
|
|
|
|
"isNested": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
}
|
|
|
|
},
|
2021-06-08 20:13:01 +02:00
|
|
|
"usesContext": [
|
|
|
|
"textColor",
|
|
|
|
"customTextColor",
|
|
|
|
"backgroundColor",
|
|
|
|
"customBackgroundColor",
|
2021-11-08 15:29:21 +01:00
|
|
|
"overlayTextColor",
|
|
|
|
"customOverlayTextColor",
|
|
|
|
"overlayBackgroundColor",
|
|
|
|
"customOverlayBackgroundColor",
|
2021-06-08 20:13:01 +02:00
|
|
|
"fontSize",
|
|
|
|
"customFontSize",
|
|
|
|
"showSubmenuIcon",
|
2021-11-08 15:29:21 +01:00
|
|
|
"style",
|
|
|
|
"openSubmenusOnClick"
|
2021-06-08 20:13:01 +02:00
|
|
|
],
|
|
|
|
"supports": {
|
|
|
|
"reusable": false,
|
2023-02-07 08:04:52 +01:00
|
|
|
"html": false,
|
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontFamily": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalTextDecoration": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
|
|
|
}
|
2021-06-08 20:13:01 +02:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-page-list-editor",
|
|
|
|
"style": "wp-block-page-list"
|
|
|
|
}
|