Theme config per saleschannel
If you want to have more than one saleschannel with the same theme but have a different setting (e.g. primary color) you need to create a copy of the theme, because the theme config is not stored on the saleschannel (where it should be imho).
Not enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Dieter Galambos
commented
Isn't this already possible with theme config inheritance?
You create a virtual theme copy that can change specific config settings.
Attached is an example from the Grav theme.
The downside of this approach is that you cannot extend templates. For that, a separate custom plugin is required.
Such config inheritance for fully fletched child themes (that can extend theme templates) has been removed I think.