vuestorefront / shopware-pwa

Shopware PWA for eCommerce. Headless storefront solution for Shopware 6, which communicates through the SalesChannel-API. Always Open Source, MIT license. Made with :blue_heart: by shopware AG & Vue Storefront.
https://frontends.shopware.com
MIT License
345 stars 103 forks source link

[DOCS] Create documentation for default-theme slots #1179

Open elkmod opened 4 years ago

elkmod commented 4 years ago

Description

It's technically possible to generate a reference of theme-slots by statically parsing the files. We could include that in our documentation to give a better overview of these slots, even though the intuitive approach of clicking the placeholders already works quite well - you still need an accessible instance in dev mode. Plus we could introduce versioning for those to give more security to these additions.

Acceptance criteria

\cc @mkucmus @niklas-wolf

elkmod commented 4 years ago

Interesting reference - how we solved it for the Shopware Admin Panel - thanks to @klarstil - https://github.com/shopware/administration/blob/master/Resources/app/administration/build/nuxt-component-library/lib/file-parser/twig-components/index.js#L83-L127