WordPress/wp-includes/blocks/code/block.json
2020-07-07 14:43:35 +00:00

17 lines
232 B
JSON

{
"name": "core/code",
"category": "text",
"attributes": {
"content": {
"type": "string",
"source": "text",
"selector": "code"
}
},
"supports": {
"anchor": true,
"html": false,
"lightBlockWrapper": true
}
}