- Issue created by @luke.stewart
- Status changed to Closed: cannot reproduce
11 days ago 6:10am 20 August 2025 - π§π¦Bosnia and Herzegovina drale01 Sarajevo
We set up a fresh Drupal 10.2 site on DDEV with DXPR Theme 5.2.1 and created two custom sub-themes (
fs_dxpr_theme
anddxpr_lesplebeiens_theme
). We followed the same configuration import/export workflow described in the original issue:- Made multiple setting changes in the first sub-theme via the theme settings UI.
- Exported the configuration (drush cex) and copied the *.settings.yml and color.theme.*.yml files to the second sub-theme.
- Imported the config (drush cim), saved the second sub-themeβs settings without changes, and exported the config again.
We compared the YAML files between the two sub-themes. The only differences were in the
public://color/<theme>-<hash>/...
paths generated by the Color module, which is expected behavior.All other settings remained identical β no value drift occurred.
Result: The bug could not be reproduced with Drupal 10.2 + DXPR Theme 5.2.1