Files
homeproz/wp-includes/blocks/pattern/block.json
T
Hanson.xyz Dev acc8ac87a0 wip
2026-01-04 17:50:08 -06:00

24 lines
434 B
JSON
Executable File

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "core/pattern",
"title": "Pattern Placeholder",
"category": "theme",
"description": "Show a block pattern.",
"supports": {
"html": false,
"inserter": false,
"renaming": false,
"visibility": false,
"interactivity": {
"clientNavigation": true
}
},
"textdomain": "default",
"attributes": {
"slug": {
"type": "string"
}
}
}