consts
Ce contenu n’est pas encore disponible dans votre langue.
Type Aliases
'Read the “', Type Aliases, '” section'CurrentRESTAPIVersions
'Read the “', CurrentRESTAPIVersions, '” section'type CurrentRESTAPIVersions = typeof currentRESTAPIVersions[number];
Defined in: studiocms/packages/studiocms/src/consts.ts:47
Current REST API Versions Type
StudioCMSSocials
'Read the “', StudioCMSSocials, '” section'type StudioCMSSocials = { discord: string; github: string; githubContributors: string; githubLicense: string;};
Defined in: studiocms/packages/studiocms/src/consts.ts:79
StudioCMS Social Links Type
Properties
'Read the “', Properties, '” section'discord: string;
Defined in: studiocms/packages/studiocms/src/consts.ts:83
github: string;
Defined in: studiocms/packages/studiocms/src/consts.ts:80
githubContributors
'Read the “', githubContributors, '” section'githubContributors: string;
Defined in: studiocms/packages/studiocms/src/consts.ts:82
githubLicense
'Read the “', githubLicense, '” section'githubLicense: string;
Defined in: studiocms/packages/studiocms/src/consts.ts:81
Variables
'Read the “', Variables, '” section'authAPIRoute()
'Read the “', authAPIRoute(), '” section'const authAPIRoute: (route: string) => string;
Defined in: studiocms/packages/studiocms/src/consts.ts:120
Parameters
'Read the “', Parameters, '” section'string
string
CMSMailerConfigId
'Read the “', CMSMailerConfigId, '” section'const CMSMailerConfigId: string = '1';
Defined in: studiocms/packages/studiocms/src/consts.ts:12
StudioCMS Mailer Config Table Entry ID
CMSNotificationSettingsId
'Read the “', CMSNotificationSettingsId, '” section'const CMSNotificationSettingsId: string = '1';
Defined in: studiocms/packages/studiocms/src/consts.ts:17
StudioCMS Notification Settings Table Entry ID
CMSSiteConfigId
'Read the “', CMSSiteConfigId, '” section'const CMSSiteConfigId: number = 1;
Defined in: studiocms/packages/studiocms/src/consts.ts:7
StudioCMS Site Config Table Entry ID
currentRESTAPIVersions
'Read the “', currentRESTAPIVersions, '” section'const currentRESTAPIVersions: readonly ["v1"];
Defined in: studiocms/packages/studiocms/src/consts.ts:42
Current REST API Versions
dashboardAPIRoute()
'Read the “', dashboardAPIRoute(), '” section'const dashboardAPIRoute: (route: string) => string;
Defined in: studiocms/packages/studiocms/src/consts.ts:118
Parameters
'Read the “', Parameters, '” section'string
string
defaultCacheLifeTime
'Read the “', defaultCacheLifeTime, '” section'const defaultCacheLifeTime: TimeString = '5m';
Defined in: studiocms/packages/studiocms/src/consts.ts:24
The default lifetime for cached items. This value is used to determine how long an item should remain in the cache before it is considered expired. This value is used in ./schemas/config/sdk.ts to set the default cache lifetime.
GhostUserDefaults
'Read the “', GhostUserDefaults, '” section'const GhostUserDefaults: { avatar: string; id: string; name: string; username: string;};
Defined in: studiocms/packages/studiocms/src/consts.ts:100
Default values for a “ghost” user in StudioCMS. This user represents a deleted user in the system.
Type declaration
'Read the “', Type declaration, '” section'avatar: string = 'https://seccdn.libravatar.org/static/img/mm/80.png';
id: string = '_StudioCMS_Ghost_User_';
name: string = 'Ghost (deleted user)';
username: string = 'studiocms_ghost_user';
NotificationSettingsDefaults
'Read the “', NotificationSettingsDefaults, '” section'const NotificationSettingsDefaults: { emailVerification: boolean; id: string; oAuthBypassVerification: boolean; requireAdminVerification: boolean; requireEditorVerification: boolean;};
Defined in: studiocms/packages/studiocms/src/consts.ts:110
Default values for the site Notifications configuration.
Type declaration
'Read the “', Type declaration, '” section'emailVerification
'Read the “', emailVerification, '” section'emailVerification: boolean = false;
id: string = CMSNotificationSettingsId;
oAuthBypassVerification
'Read the “', oAuthBypassVerification, '” section'oAuthBypassVerification: boolean = false;
requireAdminVerification
'Read the “', requireAdminVerification, '” section'requireAdminVerification: boolean = false;
requireEditorVerification
'Read the “', requireEditorVerification, '” section'requireEditorVerification: boolean = false;
routesDir
'Read the “', routesDir, '” section'const routesDir: { api: (file: string) => string; authAPI: (file: string) => string; authPage: (file: string) => string; dashApi: (file: string) => string; dashRoute: (file: string) => string; errors: (file: string) => string; fts: (file: string) => string; mailer: (file: string) => string; sdk: (file: string) => string; v1Rest: (file: string) => string;};
Defined in: studiocms/packages/studiocms/src/consts.ts:63
REST API Directory
Type declaration
'Read the “', Type declaration, '” section'api: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
authAPI()
'Read the “', authAPI(), '” section'authAPI: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
authPage()
'Read the “', authPage(), '” section'authPage: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
dashApi()
'Read the “', dashApi(), '” section'dashApi: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
dashRoute()
'Read the “', dashRoute(), '” section'dashRoute: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
errors: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
fts: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
mailer: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
sdk: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
v1Rest: (file: string) => string;
Parameters
'Read the “', Parameters, '” section'string
string
StudioCMSMarkdownDefaults
'Read the “', StudioCMSMarkdownDefaults, '” section'const StudioCMSMarkdownDefaults: { autoLinkHeadings: boolean; callouts: false; discordSubtext: boolean; flavor: "studiocms";};
Defined in: studiocms/packages/studiocms/src/consts.ts:132
Type declaration
'Read the “', Type declaration, '” section'autoLinkHeadings
'Read the “', autoLinkHeadings, '” section'autoLinkHeadings: boolean = false;
callouts: false;
discordSubtext
'Read the “', discordSubtext, '” section'discordSubtext: boolean = false;
flavor: "studiocms";
studioCMSSocials
'Read the “', studioCMSSocials, '” section'const studioCMSSocials: StudioCMSSocials;
Defined in: studiocms/packages/studiocms/src/consts.ts:89
StudioCMS Social Links
versionCacheLifetime
'Read the “', versionCacheLifetime, '” section'const versionCacheLifetime: number;
Defined in: studiocms/packages/studiocms/src/consts.ts:37
The default lifetime for cached items in milliseconds. This value is used to determine how long an item should remain in the cache before it is considered expired.
Functions
'Read the “', Functions, '” section'makeDashboardRoute()
'Read the “', makeDashboardRoute(), '” section'function makeDashboardRoute(route?: string): (path: string) => string
Defined in: studiocms/packages/studiocms/src/consts.ts:122
Parameters
'Read the “', Parameters, '” section'string
Function
Parameters
'Read the “', Parameters, '” section'string
string