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.

20 lines
476 B

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