chore: Remove feature flags for GIT (#17170)
Remove feature flags for GIT Co-authored-by: Anubhav <anubhav@appsmith.com>
This commit is contained in:
parent
5da651e19b
commit
518909f781
|
|
@ -27,8 +27,6 @@ public enum FeatureFlagEnum {
|
|||
JS_EDITOR,
|
||||
LINTING,
|
||||
MULTIPLAYER,
|
||||
GIT,
|
||||
GIT_IMPORT,
|
||||
APP_TEMPLATE,
|
||||
TEMPLATES_PHASE_2,
|
||||
CONTEXT_SWITCHING,
|
||||
|
|
|
|||
|
|
@ -35,24 +35,6 @@ ff4j:
|
|||
- name: emailDomains
|
||||
value: appsmith.com
|
||||
|
||||
- uid: GIT
|
||||
enable: true
|
||||
description: Enable git for apps
|
||||
flipstrategy:
|
||||
class: org.ff4j.strategy.PonderationStrategy
|
||||
param:
|
||||
- name: weight
|
||||
value: 1
|
||||
|
||||
- uid: GIT_IMPORT
|
||||
enable: true
|
||||
description: Enable git import for apps
|
||||
flipstrategy:
|
||||
class: org.ff4j.strategy.PonderationStrategy
|
||||
param:
|
||||
- name: weight
|
||||
value: 1
|
||||
|
||||
- uid: APP_TEMPLATE
|
||||
enable: true
|
||||
description: Allow users to browse application templates and import them
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user