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.

47 lines
1.1 KiB

1 year ago
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  4. "name": "core/preformatted",
  5. "title": "Preformatted",
  6. "category": "text",
  7. "description": "Add text that respects your spacing and tabs, and also allows styling.",
  8. "textdomain": "default",
  9. "attributes": {
  10. "content": {
  11. "type": "string",
  12. "source": "html",
  13. "selector": "pre",
  14. "default": "",
  15. "__unstablePreserveWhiteSpace": true,
  16. "__experimentalRole": "content"
  17. }
  18. },
  19. "supports": {
  20. "anchor": true,
  21. "color": {
  22. "gradients": true,
  23. "__experimentalDefaultControls": {
  24. "background": true,
  25. "text": true
  26. }
  27. },
  28. "spacing": {
  29. "padding": true,
  30. "margin": true
  31. },
  32. "typography": {
  33. "fontSize": true,
  34. "lineHeight": true,
  35. "__experimentalFontFamily": true,
  36. "__experimentalFontWeight": true,
  37. "__experimentalFontStyle": true,
  38. "__experimentalTextTransform": true,
  39. "__experimentalTextDecoration": true,
  40. "__experimentalLetterSpacing": true,
  41. "__experimentalDefaultControls": {
  42. "fontSize": true
  43. }
  44. }
  45. },
  46. "style": "wp-block-preformatted"
  47. }