No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"blocks"
],
"properties": {
"id": {
"type": "string"
},
"blocks": {
"type": "array",
"items": {
"ref": "#block",
"type": "ref"
}
}
}
}
No description available.
Properties
No description available.
Known values: #textAlignLeft, #textAlignCenter, #textAlignRight, #textAlignJustify
No description available.
View raw schema
{
"type": "object",
"required": [
"block"
],
"properties": {
"block": {
"refs": [
"pub.leaflet.blocks.iframe",
"pub.leaflet.blocks.text",
"pub.leaflet.blocks.blockquote",
"pub.leaflet.blocks.header",
"pub.leaflet.blocks.image",
"pub.leaflet.blocks.unorderedList",
"pub.leaflet.blocks.website",
"pub.leaflet.blocks.math",
"pub.leaflet.blocks.code",
"pub.leaflet.blocks.horizontalRule",
"pub.leaflet.blocks.bskyPost",
"pub.leaflet.blocks.page",
"pub.leaflet.blocks.poll",
"pub.leaflet.blocks.button"
],
"type": "union"
},
"alignment": {
"type": "string",
"knownValues": [
"#textAlignLeft",
"#textAlignCenter",
"#textAlignRight",
"#textAlignJustify"
]
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"block",
"offset"
],
"properties": {
"block": {
"type": "array",
"items": {
"type": "integer"
}
},
"offset": {
"type": "integer"
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"start",
"end"
],
"properties": {
"end": {
"ref": "#position",
"type": "ref"
},
"start": {
"ref": "#position",
"type": "ref"
}
}
}
No description available.
Referencepub.leaflet.pages.linearDocument#textAlignCenter
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token"
}
No description available.
Referencepub.leaflet.pages.linearDocument#textAlignJustify
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token"
}
No description available.
Referencepub.leaflet.pages.linearDocument#textAlignLeft
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token"
}
No description available.
Referencepub.leaflet.pages.linearDocument#textAlignRight
Tokens have no data representation. Use the reference string as a value.
View raw schema
{
"type": "token"
}