Closed dubst3pp4 closed 5 years ago
It would be nice to have a init-themes action, that does basically what the init-plugins action does, that is:
init-themes
init-plugins
themes
shopware/themes/Frontend
At the moment I'm solving this workflow with the following action (place it into dev-ops/common/actions/init-themes.sh): init-themes.txt
dev-ops/common/actions/init-themes.sh
Added with https://github.com/shopwareLabs/shopware-docker/commit/46cf0f28175aba310f3f6f6c28f7e49df9fc9755 Thank you for your contribution!
It would be nice to have a
init-themes
action, that does basically what theinit-plugins
action does, that is:themes
folder in the root directory of the projectshopware/themes/Frontend
for each theme of the folderAt the moment I'm solving this workflow with the following action (place it into
dev-ops/common/actions/init-themes.sh
): init-themes.txt