- Moved config/ dir. out of src/ and into plugin root dir.
- Moved templates/ dir. out of src/ and into plugin root dir.
- Moved translations/ dir. out of src/ and into plugin root dir.
- The main config file is now located at:
config/config.yml
Templates are now rendered using Twig hooks, which is the standard in Sylius 2:
-
Admin
- admin_hooks.yaml contains config for Twig hooks used in Admin
-
Shop
- shop_hooks.yaml contains config for Twig hooks used in Shop