Нет описания

block.json 901B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 2,
  4. "name": "core/comment-reply-link",
  5. "title": "Comment Reply Link",
  6. "category": "theme",
  7. "ancestor": [ "core/comment-template" ],
  8. "description": "Displays a link to reply to a comment.",
  9. "textdomain": "default",
  10. "usesContext": [ "commentId" ],
  11. "attributes": {
  12. "textAlign": {
  13. "type": "string"
  14. },
  15. "fontSize": {
  16. "type": "string",
  17. "default": "small"
  18. }
  19. },
  20. "supports": {
  21. "color": {
  22. "gradients": true,
  23. "link": true,
  24. "text": false,
  25. "__experimentalDefaultControls": {
  26. "background": true,
  27. "link": true
  28. }
  29. },
  30. "typography": {
  31. "fontSize": true,
  32. "lineHeight": true,
  33. "__experimentalFontFamily": true,
  34. "__experimentalFontWeight": true,
  35. "__experimentalFontStyle": true,
  36. "__experimentalTextTransform": true,
  37. "__experimentalLetterSpacing": true
  38. },
  39. "html": false
  40. }
  41. }