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.

70 lines
1.6 KiB

1 year ago
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  4. "name": "core/heading",
  5. "title": "Heading",
  6. "category": "text",
  7. "description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",
  8. "keywords": [ "title", "subtitle" ],
  9. "textdomain": "default",
  10. "attributes": {
  11. "textAlign": {
  12. "type": "string"
  13. },
  14. "content": {
  15. "type": "string",
  16. "source": "html",
  17. "selector": "h1,h2,h3,h4,h5,h6",
  18. "default": "",
  19. "__experimentalRole": "content"
  20. },
  21. "level": {
  22. "type": "number",
  23. "default": 2
  24. },
  25. "placeholder": {
  26. "type": "string"
  27. }
  28. },
  29. "supports": {
  30. "align": [ "wide", "full" ],
  31. "anchor": true,
  32. "className": true,
  33. "color": {
  34. "gradients": true,
  35. "link": true,
  36. "__experimentalDefaultControls": {
  37. "background": true,
  38. "text": true
  39. }
  40. },
  41. "spacing": {
  42. "margin": true,
  43. "padding": true,
  44. "__experimentalDefaultControls": {
  45. "margin": false,
  46. "padding": false
  47. }
  48. },
  49. "typography": {
  50. "fontSize": true,
  51. "lineHeight": true,
  52. "__experimentalFontFamily": true,
  53. "__experimentalFontStyle": true,
  54. "__experimentalFontWeight": true,
  55. "__experimentalLetterSpacing": true,
  56. "__experimentalTextTransform": true,
  57. "__experimentalTextDecoration": true,
  58. "__experimentalWritingMode": true,
  59. "__experimentalDefaultControls": {
  60. "fontSize": true,
  61. "fontAppearance": true,
  62. "textTransform": true
  63. }
  64. },
  65. "__unstablePasteTextInline": true,
  66. "__experimentalSlashInserter": true
  67. },
  68. "editorStyle": "wp-block-heading-editor",
  69. "style": "wp-block-heading"
  70. }