Enable JS editor by email (#6701)

This commit is contained in:
Nidhi 2021-08-19 09:43:32 +05:30 committed by GitHub
parent 6c7a045916
commit 0cc738122a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,16 @@ ff4j:
- uid: JS_EDITOR - uid: JS_EDITOR
enable: true enable: true
description: Should the JS Editor be visible? description: Enable JS editor by email domain of the user
flipstrategy: flipstrategy:
class: com.appsmith.server.featureflags.strategies.AppsmithUserStrategy class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy
param: param:
- name: requiredKey - name: emailDomains
value: requiredValue value: appsmith.com,moolya.com
- uid: COMMENT - uid: COMMENT
enable: true enable: true
description: Enable this feature based on email ID of the user description: Enable collaboration by email domain of the user
flipstrategy: flipstrategy:
class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy
param: param: