org.chaoticharmonylabs.user.defs

chaoticharmonylabs.org

Documentation

preferences object

User preferences for Orbits app

Properties

autoRefreshFeeds boolean Optional

No description available.

defaultOrbitView string Optional

No description available.

notificationSettings object Optional

No description available.

privacy object Optional

No description available.

theme string Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "theme": {
      "enum": [
        "light",
        "dark",
        "auto"
      ],
      "type": "string",
      "default": "auto"
    },
    "privacy": {
      "type": "object",
      "properties": {
        "allowDiscovery": {
          "type": "boolean",
          "default": true
        },
        "shareOrbitsPublicly": {
          "type": "boolean",
          "default": false
        }
      }
    },
    "autoRefreshFeeds": {
      "type": "boolean",
      "default": true
    },
    "defaultOrbitView": {
      "enum": [
        "grid",
        "list",
        "cards"
      ],
      "type": "string",
      "default": "grid"
    },
    "notificationSettings": {
      "type": "object",
      "properties": {
        "newFeedItems": {
          "type": "boolean",
          "default": true
        },
        "orbitUpdates": {
          "type": "boolean",
          "default": true
        },
        "weeklyDigest": {
          "type": "boolean",
          "default": false
        }
      }
    }
  },
  "description": "User preferences for Orbits app"
}

Lexicon Garden

@