block.json 846 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 2,
  4. "name": "core/comment-template",
  5. "title": "Comment Template",
  6. "category": "design",
  7. "parent": [ "core/comments" ],
  8. "description": "Contains the block elements used to display a comment, like the title, date, author, avatar and more.",
  9. "textdomain": "default",
  10. "usesContext": [ "postId" ],
  11. "supports": {
  12. "reusable": false,
  13. "html": false,
  14. "align": true,
  15. "typography": {
  16. "fontSize": true,
  17. "lineHeight": true,
  18. "__experimentalFontFamily": true,
  19. "__experimentalFontWeight": true,
  20. "__experimentalFontStyle": true,
  21. "__experimentalTextTransform": true,
  22. "__experimentalTextDecoration": true,
  23. "__experimentalLetterSpacing": true,
  24. "__experimentalDefaultControls": {
  25. "fontSize": true
  26. }
  27. }
  28. },
  29. "style": "wp-block-comment-template"
  30. }