mage-os / devdocs

Mage-OS devdocs
13 stars 24 forks source link

fix doc on how to create a custom theme #71

Closed bka closed 1 year ago

bka commented 1 year ago

Following these steps will not work. You need to run setup:upgrade instead of cache:flush.

php bin/magento setup:upgrade

Furthermore, this will lead to this exception:

File "app/design/frontend/Acme/MyTheme/media/preview.jpg" does not exist.

Thats why I removed the preview_image tag from theme.xml to keep it simple.

DavidLambauer commented 1 year ago

I'm fine with removing the preview_image but can we have a note about it somewhere else then? 👀

bka commented 1 year ago

@DavidLambauer good point, I've added another section to for preview image to address your concern.

DavidLambauer commented 1 year ago

Thank you @bka 🚀