block.json 487 B

1234567891011121314151617181920
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 2,
  4. "name": "core/block",
  5. "title": "Reusable block",
  6. "category": "reusable",
  7. "description": "Create and save content to reuse across your site. Update the block, and the changes apply everywhere it’s used.",
  8. "textdomain": "default",
  9. "attributes": {
  10. "ref": {
  11. "type": "number"
  12. }
  13. },
  14. "supports": {
  15. "customClassName": false,
  16. "html": false,
  17. "inserter": false
  18. },
  19. "editorStyle": "wp-block-editor"
  20. }