To add custom theme configuration fields in shopware 5 follow the below steps: Step 1: Go to shopware theme directory of your website. Step 2: Click on the Theme.php file to add the configuration field. Step 3: Add below code in Theme.php file. use Shopware\Components\Form as Form; //container element /** * @param Form\Container\TabContainer $container */ […]

















