block.json 771 B

12345678910111213141516171819202122232425262728
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 2,
  4. "name": "core/comments-pagination-numbers",
  5. "title": "Comments Page Numbers",
  6. "category": "theme",
  7. "parent": [ "core/comments-pagination" ],
  8. "description": "Displays a list of page numbers for comments pagination.",
  9. "textdomain": "default",
  10. "usesContext": [ "postId" ],
  11. "supports": {
  12. "reusable": false,
  13. "html": false,
  14. "typography": {
  15. "fontSize": true,
  16. "lineHeight": true,
  17. "__experimentalFontFamily": true,
  18. "__experimentalFontWeight": true,
  19. "__experimentalFontStyle": true,
  20. "__experimentalTextTransform": true,
  21. "__experimentalTextDecoration": true,
  22. "__experimentalLetterSpacing": true,
  23. "__experimentalDefaultControls": {
  24. "fontSize": true
  25. }
  26. }
  27. }
  28. }