- Issue created by @hudri
- Status changed to Postponed
11 months ago 10:29am 14 May 2024 - 🇦🇹Austria hudri Austria
Postponed due core's problems with 3rd party settings in themes.
- 🇦🇹Austria hudri Austria
Olivero (and Gin) are incorrectly overwriting theme third party settings:
https://www.drupal.org/project/drupal/issues/3402885 🐛 [PP-1] olivero.settings config schema is wrong Postponed
- Status changed to Closed: won't fix
2 months ago 10:10am 10 February 2025 - 🇦🇹Austria hudri Austria
Third party settings are not supported for simple configuration like theme settings (only for full config entities). The way Gin and Olivero currently do it for the shortcut module is a hack to get config schema validation. Contrib modules can not meaningfully use the hack, therefore closing this issue.
Maybe converting settings to full config entites (like `tailwind_jit.THEMENAME.yml`) is the correct way in the long run, so we can get config schema validation.