Welcome to the Prodyflow Template Documentation
This documentation provides a comprehensive guide to building templates for the Prodyflow Webshop Manager. It covers everything from folder structure and configuration to blocks, layouts, pages, CSS, and JavaScript.
What You Will Learn
- How to structure a template folder with
config.json,blocks.json, layouts, pages, sections, assets, CSS, and JS. - How to define and use blocks in your templates, including sliders, product lists, text blocks, and more.
- How to create layouts using
theme.twigand include required placeholders for proper functionality. - How to implement pages such as
list.twig,page.twig,product.twig, andbundle.twig. - Best practices for CSS/SCSS and JavaScript to ensure compatibility with pre-defined blocks like cart and profile pages.
This guide is intended for developers creating or customizing Prodyflow templates and assumes familiarity with HTML, CSS, JavaScript, and Twig templating.