PromucFlow_constructor/app/client/cypress/fixtures/featureFlags.json
Satish Gandham 83538ad74d
feat: Bundle optimization and first load improvements (#21667)
Co-authored-by: Ivan Akulov <mail@iamakulov.com>
Co-authored-by: Satish Gandham <hello@satishgandham.com>
Co-authored-by: Ivan Akulov <iamakulov@outlook.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: somangshu <somangshu.goswami1508@gmail.com>
2023-05-11 10:56:03 +05:30

20 lines
360 B
JSON

{
"responseMeta": {
"status": 200,
"success": true
},
"data": {
"LINTING": true,
"MULTIPLAYER": false,
"GIT": true,
"APP_TEMPLATE": true,
"TEMPLATES_PHASE_2": true,
"RBAC": true,
"PROPERTY_PANE_GROUPING": true,
"AUDIT_LOGS": true,
"JS_EDITOR": true,
"GIT_IMPORT": true,
"CONTEXT_SWITCHING": true
}
}