- Issue created by @DamienMcKenna
- πΊπΈUnited States DamienMcKenna NH, USA
We've been using something like this for a while; I rewrote our current code to remove the state system entirely.
Using the state system means that configuration can't be exported to code, and can't be easily overridden on a per-hostname basis.
Install and configure the module.
Export the site's configuration.
Expected behavior:
* The module's configuration is included in the export.
Actual behavior:
* The settings are not exported.
Change the module to store all settings in configuration.
Rewrite the code.
n/a
All code related to configuration would be removed.
n/a
Active
1.0
User interface
We've been using something like this for a while; I rewrote our current code to remove the state system entirely.