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.

18 lines
319 B

1 year ago
  1. {
  2. "apiVersion": 3,
  3. "name": "core/widget-group",
  4. "category": "widgets",
  5. "attributes": {
  6. "title": {
  7. "type": "string"
  8. }
  9. },
  10. "supports": {
  11. "html": false,
  12. "inserter": true,
  13. "customClassName": true,
  14. "reusable": false
  15. },
  16. "editorStyle": "wp-block-widget-group-editor",
  17. "style": "wp-block-widget-group"
  18. }