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