説明なし

block.json 748B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "apiVersion": 2,
  3. "name": "core/group",
  4. "title": "Group",
  5. "category": "design",
  6. "description": "Combine blocks into a group.",
  7. "keywords": [ "container", "wrapper", "row", "section" ],
  8. "textdomain": "default",
  9. "attributes": {
  10. "tagName": {
  11. "type": "string",
  12. "default": "div"
  13. },
  14. "templateLock": {
  15. "enum": [ "all", "insert", false ]
  16. }
  17. },
  18. "supports": {
  19. "align": [ "wide", "full" ],
  20. "anchor": true,
  21. "html": false,
  22. "color": {
  23. "gradients": true,
  24. "link": true
  25. },
  26. "spacing": {
  27. "padding": true
  28. },
  29. "__experimentalBorder": {
  30. "color": true,
  31. "radius": true,
  32. "style": true,
  33. "width": true
  34. },
  35. "__experimentalLayout": true
  36. },
  37. "editorStyle": "wp-block-group-editor",
  38. "style": "wp-block-group"
  39. }