Ei kuvausta

block.json 512B

12345678910111213141516171819202122232425
  1. {
  2. "apiVersion": 2,
  3. "name": "core/buttons",
  4. "title": "Buttons",
  5. "category": "design",
  6. "description": "Prompt visitors to take action with a group of button-style links.",
  7. "keywords": [ "link" ],
  8. "textdomain": "default",
  9. "attributes": {
  10. "contentJustification": {
  11. "type": "string"
  12. },
  13. "orientation": {
  14. "type": "string",
  15. "default": "horizontal"
  16. }
  17. },
  18. "supports": {
  19. "anchor": true,
  20. "align": [ "wide", "full" ]
  21. },
  22. "editorStyle": "wp-block-buttons-editor",
  23. "style": "wp-block-buttons"
  24. }