| 1234567891011121314151617181920212223242526 |
- {
- "apiVersion": 2,
- "name": "core/page-list",
- "title": "Page List",
- "category": "widgets",
- "description": "Display a list of all pages.",
- "keywords": [ "menu", "navigation" ],
- "textdomain": "default",
- "usesContext": [
- "textColor",
- "customTextColor",
- "backgroundColor",
- "customBackgroundColor",
- "fontSize",
- "customFontSize",
- "showSubmenuIcon",
- "style"
- ],
- "supports": {
- "reusable": false,
- "html": false
- },
- "editorStyle": "wp-block-page-list-editor",
- "style": "wp-block-page-list"
- }
|