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.
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.
full, tokens, offfullupdatedAt
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."
}