説明なし

block.json 565B

1234567891011121314151617181920212223242526272829
  1. {
  2. "apiVersion": 2,
  3. "name": "core/preformatted",
  4. "title": "Preformatted",
  5. "category": "text",
  6. "description": "Add text that respects your spacing and tabs, and also allows styling.",
  7. "textdomain": "default",
  8. "attributes": {
  9. "content": {
  10. "type": "string",
  11. "source": "html",
  12. "selector": "pre",
  13. "default": "",
  14. "__unstablePreserveWhiteSpace": true,
  15. "__experimentalRole": "content"
  16. }
  17. },
  18. "supports": {
  19. "anchor": true,
  20. "color": {
  21. "gradients": true
  22. },
  23. "typography": {
  24. "fontSize": true
  25. }
  26. },
  27. "style": "wp-block-preformatted"
  28. }