- 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 ----------------------- //
|
// ------------------- These are actual feature flags meant to be used across the product ----------------------- //
|
||||||
JS_EDITOR,
|
JS_EDITOR,
|
||||||
SNIPPET,
|
|
||||||
LINTING,
|
LINTING,
|
||||||
MULTIPLAYER,
|
MULTIPLAYER,
|
||||||
GIT;
|
GIT;
|
||||||
|
|
|
||||||
|
|
@ -18,15 +18,6 @@ ff4j:
|
||||||
- name: emailDomains
|
- name: emailDomains
|
||||||
value: appsmith.com,moolya.com
|
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
|
- uid: LINTING
|
||||||
enable: true
|
enable: true
|
||||||
description: Enable linting feature by email domain of the user
|
description: Enable linting feature by email domain of the user
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user