mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
20 lines
280 B
JSON
20 lines
280 B
JSON
|
{
|
||
|
"name": "core/more",
|
||
|
"category": "design",
|
||
|
"attributes": {
|
||
|
"customText": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"noTeaser": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"customClassName": false,
|
||
|
"className": false,
|
||
|
"html": false,
|
||
|
"multiple": false
|
||
|
}
|
||
|
}
|