1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-03-14 20:52:51 +00:00
bramw_baserow/enterprise/web-frontend/modules/baserow_enterprise/features.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
234 B
JavaScript
Raw Normal View History

const EnterpriseFeatures = {
RBAC: 'RBAC',
SSO: 'SSO',
2022-10-13 19:18:34 +00:00
TEAMS: 'TEAMS',
2022-11-21 16:23:47 +00:00
SUPPORT: 'SUPPORT',
2023-01-16 14:40:12 +00:00
AUDIT_LOG: 'AUDIT_LOG',
2024-03-15 14:10:47 +00:00
ENTERPRISE_SETTINGS: 'ENTERPRISE_SETTINGS',
2024-09-27 13:53:43 +00:00
DATA_SYNC: 'DATA_SYNC',
}
export default EnterpriseFeatures