No description available.
Properties
direction
string
Optional
No description available.
Known values:
ltr, rtlfacets
array
of refart.cllctv.block.text#facet
Optional
Facets for text formatting and features
format
string
Optional
No description available.
Known values:
left, start, center, right, end, justifyindent
integer
Optional
No description available.
minimum: 0text
string
Required
The plain text content of the blockquote
View raw schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The plain text content of the blockquote"
},
"facets": {
"type": "array",
"items": {
"ref": "art.cllctv.block.text#facet",
"type": "ref"
},
"description": "Facets for text formatting and features"
},
"format": {
"type": "string",
"knownValues": [
"left",
"start",
"center",
"right",
"end",
"justify"
]
},
"indent": {
"type": "integer",
"minimum": 0
},
"direction": {
"type": "string",
"knownValues": [
"ltr",
"rtl"
]
}
}
}