暂无描述

block.json 553B

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