- remove feature flag for snippet. (#7824)
This commit is contained in:
parent
46f525d365
commit
a7dcfae491
|
|
@ -25,7 +25,6 @@ public enum FeatureFlagEnum {
|
|||
|
||||
// ------------------- These are actual feature flags meant to be used across the product ----------------------- //
|
||||
JS_EDITOR,
|
||||
SNIPPET,
|
||||
LINTING,
|
||||
MULTIPLAYER,
|
||||
GIT;
|
||||
|
|
|
|||
|
|
@ -18,15 +18,6 @@ ff4j:
|
|||
- name: emailDomains
|
||||
value: appsmith.com,moolya.com
|
||||
|
||||
- uid: SNIPPET
|
||||
enable: true
|
||||
description: Enable snippets feature by email domain of the user
|
||||
flipstrategy:
|
||||
class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy
|
||||
param:
|
||||
- name: emailDomains
|
||||
value: appsmith.com,moolya.com
|
||||
|
||||
- uid: LINTING
|
||||
enable: true
|
||||
description: Enable linting feature by email domain of the user
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user