pre-load frontend config
When initializing an instance, set in fylr.yml values for the frontend configuration.
How to configure a few initial values for the frontend

Cogwheel menu at the bottom of the Base Configuration { "system": { "config": { [...] "notification_scheduler": { "active": true, "active:info": { "is_default": false } }, [...]system: config: notification_scheduler: active: true
fylr+: db: init: config: system: config: notification_scheduler: active: true
How to configure many initial values for the frontend

Last updated