feat: govern tenant appearance overrides
This commit is contained in:
@@ -144,6 +144,9 @@ class TenantSettingsItem(BaseModel):
|
||||
system_appearance_palette_locked: bool = False
|
||||
effective_appearance_palette: Literal["default", "civic_blue", "forest", "plum"] = "default"
|
||||
effective_appearance_source: Literal["tenant", "system", "tenant_lock", "system_lock"] = "system"
|
||||
appearance_custom_overrides_allowed: bool | None = None
|
||||
system_appearance_custom_overrides_allowed: bool = False
|
||||
effective_appearance_custom_overrides_allowed: bool = False
|
||||
settings: dict[str, Any] = Field(default_factory=dict)
|
||||
|
||||
|
||||
@@ -165,3 +168,4 @@ class TenantSettingsUpdateRequest(BaseModel):
|
||||
navigation: NavigationPreferencesPayload | None = None
|
||||
appearance_palette: Literal["default", "civic_blue", "forest", "plum"] | None = None
|
||||
appearance_palette_locked: bool | None = None
|
||||
appearance_custom_overrides_allowed: bool | None = None
|
||||
|
||||
Reference in New Issue
Block a user