Nessuna descrizione

block.json 675B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "apiVersion": 2,
  3. "name": "core/text-columns",
  4. "title": "Text Columns (deprecated)",
  5. "icon": "columns",
  6. "category": "design",
  7. "description": "This block is deprecated. Please use the Columns block instead.",
  8. "textdomain": "default",
  9. "attributes": {
  10. "content": {
  11. "type": "array",
  12. "source": "query",
  13. "selector": "p",
  14. "query": {
  15. "children": {
  16. "type": "string",
  17. "source": "html"
  18. }
  19. },
  20. "default": [ {}, {} ]
  21. },
  22. "columns": {
  23. "type": "number",
  24. "default": 2
  25. },
  26. "width": {
  27. "type": "string"
  28. }
  29. },
  30. "supports": {
  31. "inserter": false
  32. },
  33. "editorStyle": "wp-block-text-columns-editor",
  34. "style": "wp-block-text-columns"
  35. }