mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-20 20:10:19 -04:00
17 lines
232 B
JSON
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
|
|
}
|
|
}
|