block.json 665 B

12345678910111213141516171819202122232425262728
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 2,
  4. "name": "core/post-template",
  5. "title": "Post Template",
  6. "category": "theme",
  7. "parent": [ "core/query" ],
  8. "description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
  9. "textdomain": "default",
  10. "usesContext": [
  11. "queryId",
  12. "query",
  13. "queryContext",
  14. "displayLayout",
  15. "templateSlug"
  16. ],
  17. "supports": {
  18. "reusable": false,
  19. "html": false,
  20. "align": true,
  21. "__experimentalLayout": {
  22. "allowEditing": false
  23. }
  24. },
  25. "style": "wp-block-post-template",
  26. "editorStyle": "wp-block-post-template-editor"
  27. }