kollapsminoriteten/wp-includes/blocks/pattern/block.json

24 lines
434 B
JSON
Raw Normal View History

2022-04-02 10:26:41 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2022-04-02 10:26:41 +02:00
"name": "core/pattern",
2025-04-25 12:30:07 +02:00
"title": "Pattern Placeholder",
2022-04-02 10:26:41 +02:00
"category": "theme",
"description": "Show a block pattern.",
"supports": {
"html": false,
2024-04-17 11:32:24 +02:00
"inserter": false,
"renaming": false,
2025-12-12 13:15:55 +01:00
"visibility": false,
2024-04-17 11:32:24 +02:00
"interactivity": {
"clientNavigation": true
}
2022-04-02 10:26:41 +02:00
},
"textdomain": "default",
"attributes": {
"slug": {
"type": "string"
}
}
}