equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "apiVersion": 2, |
3 "apiVersion": 2, |
3 "name": "core/page-list", |
4 "name": "core/page-list", |
4 "title": "Page List", |
5 "title": "Page List", |
5 "category": "widgets", |
6 "category": "widgets", |
6 "description": "Display a list of all pages.", |
7 "description": "Display a list of all pages.", |
7 "keywords": [ "menu", "navigation" ], |
8 "keywords": [ "menu", "navigation" ], |
8 "textdomain": "default", |
9 "textdomain": "default", |
|
10 "attributes": { |
|
11 "__unstableMaxPages": { |
|
12 "type": "number" |
|
13 } |
|
14 }, |
9 "usesContext": [ |
15 "usesContext": [ |
10 "textColor", |
16 "textColor", |
11 "customTextColor", |
17 "customTextColor", |
12 "backgroundColor", |
18 "backgroundColor", |
13 "customBackgroundColor", |
19 "customBackgroundColor", |
|
20 "overlayTextColor", |
|
21 "customOverlayTextColor", |
|
22 "overlayBackgroundColor", |
|
23 "customOverlayBackgroundColor", |
14 "fontSize", |
24 "fontSize", |
15 "customFontSize", |
25 "customFontSize", |
16 "showSubmenuIcon", |
26 "showSubmenuIcon", |
17 "style" |
27 "style", |
|
28 "openSubmenusOnClick" |
18 ], |
29 ], |
19 "supports": { |
30 "supports": { |
20 "reusable": false, |
31 "reusable": false, |
21 "html": false |
32 "html": false |
22 }, |
33 }, |