social.twinkl.actor.profile

kandake.africa

Documentation

The actor's Twinkl app/viewer preferences, kept separate from their authored look (social.twinkl.actor.style) so a private viewing preference is never bundled into a published theme pack or copied by "steal this look". Extensible home for future viewer toggles.

main record

The actor's Twinkl app/viewer preferences, kept separate from their authored look (social.twinkl.actor.style) so a private viewing preference is never bundled into a published theme pack or copied by "steal this look". Extensible home for future viewer toggles.

Record Key literal:self Fixed literal value

Properties

bedazzle string Optional

How much of other users' post styling to render in this viewer's feeds/threads/guestbooks: full (tokens + custom CSS), tokens (theme tokens only), or off. A page owner's own page always renders their full theme regardless of this.

Known values: full, tokens, off
Default: full
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [],
    "properties": {
      "bedazzle": {
        "type": "string",
        "default": "full",
        "description": "How much of other users' post styling to render in this viewer's feeds/threads/guestbooks: full (tokens + custom CSS), tokens (theme tokens only), or off. A page owner's own page always renders their full theme regardless of this.",
        "knownValues": [
          "full",
          "tokens",
          "off"
        ]
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "The actor's Twinkl app/viewer preferences, kept separate from their authored look (social.twinkl.actor.style) so a private viewing preference is never bundled into a published theme pack or copied by \"steal this look\". Extensible home for future viewer toggles."
}

Lexicon Garden

@