You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
895 B

1 year ago
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  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. "color": {
  15. "gradients": true,
  16. "text": false,
  17. "__experimentalDefaultControls": {
  18. "background": true
  19. }
  20. },
  21. "typography": {
  22. "fontSize": true,
  23. "lineHeight": true,
  24. "__experimentalFontFamily": true,
  25. "__experimentalFontWeight": true,
  26. "__experimentalFontStyle": true,
  27. "__experimentalTextTransform": true,
  28. "__experimentalTextDecoration": true,
  29. "__experimentalLetterSpacing": true,
  30. "__experimentalDefaultControls": {
  31. "fontSize": true
  32. }
  33. }
  34. }
  35. }