Nav apraksta

block.json 542B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "apiVersion": 2,
  3. "name": "core/column",
  4. "title": "Column",
  5. "category": "text",
  6. "parent": [ "core/columns" ],
  7. "description": "A single column within a columns block.",
  8. "textdomain": "default",
  9. "attributes": {
  10. "verticalAlignment": {
  11. "type": "string"
  12. },
  13. "width": {
  14. "type": "string"
  15. },
  16. "templateLock": {
  17. "enum": [ "all", "insert", false ]
  18. }
  19. },
  20. "supports": {
  21. "anchor": true,
  22. "reusable": false,
  23. "html": false,
  24. "color": {
  25. "gradients": true,
  26. "link": true
  27. },
  28. "spacing": {
  29. "padding": true
  30. }
  31. }
  32. }