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.

60 lines
1.3 KiB

1 year ago
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  4. "name": "core/footnotes",
  5. "title": "Footnotes",
  6. "category": "text",
  7. "description": "",
  8. "keywords": [ "references" ],
  9. "textdomain": "default",
  10. "usesContext": [ "postId", "postType" ],
  11. "supports": {
  12. "__experimentalBorder": {
  13. "radius": true,
  14. "color": true,
  15. "width": true,
  16. "style": true,
  17. "__experimentalDefaultControls": {
  18. "radius": false,
  19. "color": false,
  20. "width": false,
  21. "style": false
  22. }
  23. },
  24. "color": {
  25. "background": true,
  26. "link": true,
  27. "text": true,
  28. "__experimentalDefaultControls": {
  29. "link": true,
  30. "text": true
  31. }
  32. },
  33. "html": false,
  34. "multiple": false,
  35. "reusable": false,
  36. "spacing": {
  37. "margin": true,
  38. "padding": true,
  39. "__experimentalDefaultControls": {
  40. "margin": false,
  41. "padding": false
  42. }
  43. },
  44. "typography": {
  45. "fontSize": true,
  46. "lineHeight": true,
  47. "__experimentalFontFamily": true,
  48. "__experimentalTextDecoration": true,
  49. "__experimentalFontStyle": true,
  50. "__experimentalFontWeight": true,
  51. "__experimentalLetterSpacing": true,
  52. "__experimentalTextTransform": true,
  53. "__experimentalWritingMode": true,
  54. "__experimentalDefaultControls": {
  55. "fontSize": true
  56. }
  57. }
  58. },
  59. "style": "wp-block-footnotes"
  60. }