summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/page-list-item/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/page-list-item/block.json')
-rw-r--r--wp-includes/blocks/page-list-item/block.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/wp-includes/blocks/page-list-item/block.json b/wp-includes/blocks/page-list-item/block.json
new file mode 100644
index 0000000..abd8692
--- /dev/null
+++ b/wp-includes/blocks/page-list-item/block.json
@@ -0,0 +1,52 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/page-list-item",
+ "title": "Page List Item",
+ "category": "widgets",
+ "parent": [ "core/page-list" ],
+ "description": "Displays a page inside a list of all pages.",
+ "keywords": [ "page", "menu", "navigation" ],
+ "textdomain": "default",
+ "attributes": {
+ "id": {
+ "type": "number"
+ },
+ "label": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "link": {
+ "type": "string"
+ },
+ "hasChildren": {
+ "type": "boolean"
+ }
+ },
+ "usesContext": [
+ "textColor",
+ "customTextColor",
+ "backgroundColor",
+ "customBackgroundColor",
+ "overlayTextColor",
+ "customOverlayTextColor",
+ "overlayBackgroundColor",
+ "customOverlayBackgroundColor",
+ "fontSize",
+ "customFontSize",
+ "showSubmenuIcon",
+ "style",
+ "openSubmenusOnClick"
+ ],
+ "supports": {
+ "reusable": false,
+ "html": false,
+ "lock": false,
+ "inserter": false,
+ "__experimentalToolbar": false
+ },
+ "editorStyle": "wp-block-page-list-editor",
+ "style": "wp-block-page-list"
+}