mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-15 21:01:22 +01:00
16 lines
214 B
JSON
16 lines
214 B
JSON
|
{
|
||
|
"name": "core/code",
|
||
|
"category": "text",
|
||
|
"attributes": {
|
||
|
"content": {
|
||
|
"type": "string",
|
||
|
"source": "text",
|
||
|
"selector": "code"
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"html": false,
|
||
|
"lightBlockWrapper": true
|
||
|
}
|
||
|
}
|