OBJECT
SiteThemeOrion
Site's Theme
link GraphQL Schema definition
- type SiteThemeOrion {
- # Id
- : Int!
- # Theme version
- : ThemeVersion!
- # Previous theme version (available for rollback)
- : ThemeVersion
- # Date of installation
- : DateTime!
- # Site-specific layout overrides.
- : [ThemeLayout]
- # True when site-specific layouts have been saved (editing has started)
- : Boolean!
- # Site-specific variable overrides. Object keyed by variable id, value is the
- # overridden defaultValue (same structure as ThemeVariable.defaultValue).
- : Json!
- # Site-specific CSS, replaces the theme CSS.
- : String
- # Site-specific JS, replaces the theme JS.
- : String
- # Date of creation
- : DateTime!
- # Date of last update
- : DateTime!
- }