mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Add advancedFilters feature flag (#5638)
adds advancedFilters feature flag
This commit is contained in:
committed by
GitHub
parent
6c1286fadf
commit
0b5ef09e7c
@@ -72,6 +72,7 @@ export enum LICENSE_FEATURES {
|
||||
LDAP = 'feat:ldap',
|
||||
SAML = 'feat:saml',
|
||||
LOG_STREAMING = 'feat:logStreaming',
|
||||
ADVANCED_FILTERS = 'feat:advancedFilters',
|
||||
}
|
||||
|
||||
export const CREDENTIAL_BLANKING_VALUE = '__n8n_BLANK_VALUE_e5362baf-c777-4d57-a609-6eaf1f9e87f6';
|
||||
|
||||
Reference in New Issue
Block a user