mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
d42091ccb1
* feat: favorites and templates(ee) * rename migrations * fix sidebar * cleanup tabs * fix * turn off templates * cleanup * uuid validation
22 lines
616 B
TypeScript
22 lines
616 B
TypeScript
export const Feature = {
|
|
SSO_CUSTOM: 'sso:custom',
|
|
SSO_GOOGLE: 'sso:google',
|
|
MFA: 'mfa',
|
|
API_KEYS: 'api:keys',
|
|
COMMENT_RESOLUTION: 'comment:resolution',
|
|
PAGE_PERMISSIONS: 'page:permissions',
|
|
AI: 'ai',
|
|
CONFLUENCE_IMPORT: 'import:confluence',
|
|
DOCX_IMPORT: 'import:docx',
|
|
ATTACHMENT_INDEXING: 'attachment:indexing',
|
|
SECURITY_SETTINGS: 'security:settings',
|
|
MCP: 'mcp',
|
|
SCIM: 'scim',
|
|
PAGE_VERIFICATION: 'page:verification',
|
|
AUDIT_LOGS: 'audit:logs',
|
|
RETENTION: 'retention',
|
|
SHARING_CONTROLS: 'sharing:controls',
|
|
TEMPLATES: 'templates',
|
|
VIEWER_COMMENTS: 'comment:viewer',
|
|
} as const;
|