You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

1 year ago
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  4. "name": "core/buttons",
  5. "title": "Buttons",
  6. "category": "design",
  7. "description": "Prompt visitors to take action with a group of button-style links.",
  8. "keywords": [ "link" ],
  9. "textdomain": "default",
  10. "supports": {
  11. "anchor": true,
  12. "align": [ "wide", "full" ],
  13. "html": false,
  14. "__experimentalExposeControlsToChildren": true,
  15. "spacing": {
  16. "blockGap": true,
  17. "margin": [ "top", "bottom" ],
  18. "__experimentalDefaultControls": {
  19. "blockGap": true
  20. }
  21. },
  22. "typography": {
  23. "fontSize": true,
  24. "lineHeight": true,
  25. "__experimentalFontFamily": true,
  26. "__experimentalFontWeight": true,
  27. "__experimentalFontStyle": true,
  28. "__experimentalTextTransform": true,
  29. "__experimentalTextDecoration": true,
  30. "__experimentalLetterSpacing": true,
  31. "__experimentalDefaultControls": {
  32. "fontSize": true
  33. }
  34. },
  35. "layout": {
  36. "allowSwitching": false,
  37. "allowInheriting": false,
  38. "default": {
  39. "type": "flex"
  40. }
  41. }
  42. },
  43. "editorStyle": "wp-block-buttons-editor",
  44. "style": "wp-block-buttons"
  45. }