# social.twinkl.actor.profile

> Published by [kandake.africa](https://lexicon.garden/identity/did:plc:lrphxvv25aibthe7xoc2eeyy)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:lrphxvv25aibthe7xoc2eeyy/social.twinkl.actor.profile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:lrphxvv25aibthe7xoc2eeyy/social.twinkl.actor.profile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:lrphxvv25aibthe7xoc2eeyy/social.twinkl.actor.profile/examples)

## Definitions

### `social.twinkl.actor.profile`

**Type**: `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.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `bedazzle` | `string` | No | 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. |
| `updatedAt` | `string` (datetime) | No |  |

## Raw Schema

```json
{
  "id": "social.twinkl.actor.profile",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
