Ei kuvausta

block.json 512B

1234567891011121314151617181920212223242526
  1. {
  2. "apiVersion": 2,
  3. "name": "core/page-list",
  4. "title": "Page List",
  5. "category": "widgets",
  6. "description": "Display a list of all pages.",
  7. "keywords": [ "menu", "navigation" ],
  8. "textdomain": "default",
  9. "usesContext": [
  10. "textColor",
  11. "customTextColor",
  12. "backgroundColor",
  13. "customBackgroundColor",
  14. "fontSize",
  15. "customFontSize",
  16. "showSubmenuIcon",
  17. "style"
  18. ],
  19. "supports": {
  20. "reusable": false,
  21. "html": false
  22. },
  23. "editorStyle": "wp-block-page-list-editor",
  24. "style": "wp-block-page-list"
  25. }