Nav apraksta

block.json 384B

12345678910111213141516
  1. {
  2. "apiVersion": 2,
  3. "name": "core/post-content",
  4. "title": "Post Content",
  5. "category": "theme",
  6. "description": "Displays the contents of a post or page.",
  7. "textdomain": "default",
  8. "usesContext": [ "postId", "postType", "queryId" ],
  9. "supports": {
  10. "align": [ "wide", "full" ],
  11. "html": false,
  12. "__experimentalLayout": true
  13. },
  14. "editorStyle": "wp-block-post-content-editor"
  15. }