block.json 324 B

12345678910111213141516171819
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 2,
  4. "name": "core/pattern",
  5. "title": "Pattern",
  6. "category": "theme",
  7. "description": "Show a block pattern.",
  8. "supports": {
  9. "html": false,
  10. "inserter": false
  11. },
  12. "textdomain": "default",
  13. "attributes": {
  14. "slug": {
  15. "type": "string"
  16. }
  17. }
  18. }