app.standard-reader.publicationTheme

standard-reader.app

Documentation

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.

main record

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.

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."
}
fonts object

Google Font family names for collection title and body typography.

Properties

body string Optional

No description available.

maxLength: 60 bytes
title string Optional

No description available.

maxLength: 60 bytes
View raw schema
{
  "type": "object",
  "properties": {
    "body": {
      "type": "string",
      "maxLength": 60
    },
    "title": {
      "type": "string",
      "maxLength": 60
    }
  },
  "description": "Google Font family names for collection title and body typography."
}

Lexicon Garden

@