Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong theme name in theme.json if you are using a lowercase name #2257

Open
adrianengel opened this issue Sep 22, 2021 · 0 comments
Open

Wrong theme name in theme.json if you are using a lowercase name #2257

adrianengel opened this issue Sep 22, 2021 · 0 comments
Labels
Good first issue Good Issue for your first contribution or experimenting with Shopware

Comments

@adrianengel
Copy link

PHP Version

7

Shopware Version

6

Expected behaviour

I create a theme using my terminal. For the theme name I use "demotheme". Shopware creates a folder called "Demotheme" and create a theme.json with the correct name(first letter uppercase).

Actual behaviour

I create a theme using my terminal. For the theme name I use "demotheme". Shopware creates a folder called "Demotheme" and Shopware create a theme.json with the incorrect name(first letter lowercase).

How to reproduce

  • create theme with your terminal
  • use demotheme for the name
  • Folder is called Demotheme and in theme.json you will find "@demotheme"
@shyim shyim transferred this issue from shopware/development Jan 7, 2022
@shyim shyim added the Good first issue Good Issue for your first contribution or experimenting with Shopware label Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Good Issue for your first contribution or experimenting with Shopware
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants