Нет описания

block.json 515B

12345678910111213141516171819202122
  1. {
  2. "apiVersion": 2,
  3. "name": "core/post-featured-image",
  4. "title": "Post Featured Image",
  5. "category": "theme",
  6. "description": "Display a post's featured image.",
  7. "textdomain": "default",
  8. "attributes": {
  9. "isLink": {
  10. "type": "boolean",
  11. "default": false
  12. }
  13. },
  14. "usesContext": [ "postId", "postType", "queryId" ],
  15. "supports": {
  16. "align": [ "left", "right", "center", "wide", "full" ],
  17. "html": false
  18. },
  19. "editorStyle": "wp-block-post-featured-image-editor",
  20. "style": "wp-block-post-featured-image"
  21. }