mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
19 lines
248 B
JSON
19 lines
248 B
JSON
|
{
|
||
|
"name": "core/subhead",
|
||
|
"category": "text",
|
||
|
"attributes": {
|
||
|
"align": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"content": {
|
||
|
"type": "string",
|
||
|
"source": "html",
|
||
|
"selector": "p"
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"inserter": false,
|
||
|
"multiple": false
|
||
|
}
|
||
|
}
|