Skip to content

Commit

Permalink
fix: correct filepath for store images
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed May 6, 2023
1 parent f475c96 commit 19b7e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .shopware-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ store:
- No more thumbnail files
- URL per SalesChannel possible
images:
- file: src/Resources/store/0.jpg
- file: src/Resources/store/images/0.jpg
activate:
de: true
en: true
preview:
de: true
en: true
priority: 0
- file: src/Resources/store/1.jpg
- file: src/Resources/store/images/1.jpg
activate:
de: true
en: true
Expand Down

0 comments on commit 19b7e4f

Please sign in to comment.