fix(blocksBasic): Span in schema

This commit is contained in:
Gervwyk 2020-11-02 13:54:15 +02:00
parent f1374dd7b5
commit 61cda25878

View File

@ -8,11 +8,11 @@
"properties": {
"content": {
"type": "string",
"description": "Box content string, alternatively provide and list of blocks as Box content."
"description": "Span content string, alternatively provide and list of blocks as Span content."
},
"style": {
"type": "object",
"description": "Style to apply to Box div."
"description": "Style to apply to Span div."
}
}
},