Extend configuration
Individual setting options in the child theme
Last updated
Individual setting options in the child theme
Last updated
In the previous post, I explained how to create a child theme. You can add another field to the theme.json
file supplied:
In the following example, I add a color field to the configuration, which you can then use from your administration. The color field is also compiled as CSS as an example in one of the following steps:
Your theme.json
should include this code with an additional color field:
You can find more information on theme configuration in the official Shopware documentation.