Skip to content
On this page

Directus Cloud

Everything you need to start building. Provisioned in 90 seconds. Starting at $15/month.

Get Started

This is an auto-generated document to support extension builders understand the internal packages they can utilize. To find our written guides, tutorials, and API/SDK reference, check out our main docs .

Directus / @directus/sdk / schema / DirectusSettings

Type Alias: DirectusSettings<Schema> ​

DirectusSettings<Schema>: MergeCoreCollection<Schema, "directus_settings", { auth_login_attempts: number; auth_password_policy: string | null; basemaps: Record<string, any> | null; custom_aspect_ratios: Record<string, any> | null; custom_css: string | null; default_language: string; id: 1; mapbox_key: string | null; module_bar: "json" | null; project_color: string | null; project_descriptor: string | null; project_logo: string | null; project_name: string; project_url: string; public_background: { id: string; type: string; } | null; public_foreground: string | null; public_note: string | null; report_bug_url: string | null; report_error_url: string | null; report_feature_url: string | null; storage_asset_presets: object[] | null; storage_asset_transform: "all" | "none" | "presets"; storage_default_folder: DirectusFolder<Schema> | string | null; }>

Defined in: schema/settings.ts:4

Type Parameters ​

• Schema = any