block.json 801 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 2,
  4. "name": "core/post-content",
  5. "title": "Post Content",
  6. "category": "theme",
  7. "description": "Displays the contents of a post or page.",
  8. "textdomain": "default",
  9. "usesContext": [ "postId", "postType", "queryId" ],
  10. "supports": {
  11. "align": [ "wide", "full" ],
  12. "html": false,
  13. "__experimentalLayout": true,
  14. "typography": {
  15. "fontSize": true,
  16. "lineHeight": true,
  17. "__experimentalFontFamily": true,
  18. "__experimentalFontWeight": true,
  19. "__experimentalFontStyle": true,
  20. "__experimentalTextTransform": true,
  21. "__experimentalTextDecoration": true,
  22. "__experimentalLetterSpacing": true,
  23. "__experimentalDefaultControls": {
  24. "fontSize": true
  25. }
  26. }
  27. },
  28. "editorStyle": "wp-block-post-content-editor"
  29. }