chore: Enabling JS editor for all users (#9074)

This commit is contained in:
Nidhi 2021-11-12 12:11:00 +05:30 committed by GitHub
parent 94f312726b
commit 8474806aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,10 @@ ff4j:
enable: true enable: true
description: Enable JS editor by email domain of the user description: Enable JS editor by email domain of the user
flipstrategy: flipstrategy:
class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy class: org.ff4j.strategy.PonderationStrategy
param: param:
- name: emailDomains - name: weight
value: appsmith.com,moolya.com value: 1
- uid: LINTING - uid: LINTING
enable: true enable: true