Standard Reader typography for a collections publication. Uses the same record key as the publication. Colors remain on the publication's site.standard.theme.basic record.
Record Key
any
Any valid record key
Properties
createdAt
string
datetime
Required
When the theme record was first published.
fonts
ref
app.standard-reader.publicationTheme#fonts
Optional
No description available.
publication
string
at-uri
Required
AT URI of the site.standard.publication this theme applies to.
updatedAt
string
datetime
Optional
When the theme record was last edited.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"publication",
"createdAt"
],
"properties": {
"fonts": {
"ref": "app.standard-reader.publicationTheme#fonts",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the theme record was first published."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "When the theme record was last edited."
},
"publication": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the site.standard.publication this theme applies to."
}
}
},
"description": "Standard Reader typography for a collections publication. Uses the same record key as the publication. Colors remain on the publication's site.standard.theme.basic record."
}