Enable JS editor by email (#6701)
This commit is contained in:
parent
6c7a045916
commit
0cc738122a
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user