mirror of
https://github.com/apache/superset.git
synced 2026-07-17 20:25:35 +00:00
chore(mobile): enable MOBILE_CONSUMPTION_MODE in the docker dev config
The shipped default in superset/config.py remains False; this only turns the flag on for the docker compose development environment, matching the other in-development flags enabled there. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -109,6 +109,7 @@ FEATURE_FLAGS = {
|
||||
"ALERT_REPORTS": True,
|
||||
"DATASET_FOLDERS": True,
|
||||
"ENABLE_EXTENSIONS": True,
|
||||
"MOBILE_CONSUMPTION_MODE": True,
|
||||
"SEMANTIC_LAYERS": True,
|
||||
}
|
||||
EXTENSIONS_PATH = "/app/docker/extensions"
|
||||
|
||||
Reference in New Issue
Block a user