diff --git a/app/server/appsmith-server/src/main/resources/features/init-flags.yml b/app/server/appsmith-server/src/main/resources/features/init-flags.yml index fdeff0379f..c08ffbbb60 100644 --- a/app/server/appsmith-server/src/main/resources/features/init-flags.yml +++ b/app/server/appsmith-server/src/main/resources/features/init-flags.yml @@ -11,16 +11,16 @@ ff4j: - uid: JS_EDITOR enable: true - description: Should the JS Editor be visible? + description: Enable JS editor by email domain of the user flipstrategy: - class: com.appsmith.server.featureflags.strategies.AppsmithUserStrategy + class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy param: - - name: requiredKey - value: requiredValue + - name: emailDomains + value: appsmith.com,moolya.com - uid: COMMENT enable: true - description: Enable this feature based on email ID of the user + description: Enable collaboration by email domain of the user flipstrategy: class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy param: