mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Syncs @wordpress/* packages to the 'latest' npm tag. Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo. See #62887. Built from https://develop.svn.wordpress.org/trunk@59775 git-svn-id: http://core.svn.wordpress.org/trunk@59117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
23 lines
411 B
JSON
23 lines
411 B
JSON
{
|
|
"$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,
|
|
"interactivity": {
|
|
"clientNavigation": true
|
|
}
|
|
},
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"slug": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|