No Description

block.json 439B

1234567891011121314151617
  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. },
  15. "editorStyle": "wp-block-post-content-editor"
  16. }