DivanteLtd / coreshop-vsbridge

CoreShop Vue Storefront integration - first Progressive Web App (PWA) framework for Pimcore
https://vuestorefront.io
MIT License
74 stars 25 forks source link

Read sites / stores directly from the database #58

Open dkarlovi opened 3 years ago

dkarlovi commented 3 years ago

Currently the site / store config is read from the config file, as seen in #57. We're close to having this not required at all, meaning it could use the structure in the Documents tree, root documents made sites (Pimcore feature) and then Stores from Coreshop stores.

This would remove the requirement of having these be hardcoded in config, making it much more flexible.

dkarlovi commented 3 years ago

See #34.