mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 19:31:54 +01:00
18 lines
270 B
JSON
18 lines
270 B
JSON
|
{
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/pattern",
|
||
|
"title": "Pattern",
|
||
|
"category": "design",
|
||
|
"description": "Show a block pattern.",
|
||
|
"supports": {
|
||
|
"html": false,
|
||
|
"inserter": false
|
||
|
},
|
||
|
"textdomain": "default",
|
||
|
"attributes": {
|
||
|
"slug": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|