- remove feature flag for snippet. (#7824)

This commit is contained in:
Sumit Kumar 2021-09-27 08:12:04 +05:30 committed by GitHub
parent 46f525d365
commit a7dcfae491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -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;

View File

@ -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