As we transition to the new layout framework for Shopranos themes, we want to highlight a significant benefit of this upgrade:Real-Time Preview Updates: The new layout framework introduces a powerful feature where changes made in the content editor are instantly reflected in the preview. This is achieved through the new page designer, which provides a seamless editing experience by updating the content preview in real-time. This enhancement streamlines the design process, allowing for immediate feedback and adjustments without the need for a page refresh.
Dynamic CSS Variables: Variables like {{PaletteThemeColor}} and {{PaletteHeaderTextColor}} are used for theming, allowing for easy customization and updates.
Vue.js Integration: The layout utilizes Vue.js for dynamic rendering and state management, providing a reactive and interactive user experience.
Component-Based Structure: Header and footer components are managed through Vue.js, enabling modular and maintainable design.
Version Management: CSS and JavaScript files include versioning for cache-busting and ensuring that users receive the latest updates.
Please transition to this new layout framework to benefit from the improved performance and flexibility it offers. Detailed documentation and migration guidelines will be provided to facilitate this update.Sure, here’s an explanation of each variable placeholder used in the HTML template:
addStore(id, data): Adds data to the globalStores object.
getStore(id): Retrieves data from globalStores by ID.
setPage(page): Sets the current page.
setCssFile(url): Dynamically sets the URL for the custom CSS file.
setTemplate(template): Sets header and footer data based on the provided template and applies color settings.
setSelectedComponent(component): Sets the selected component.
setColors(palette): Updates CSS custom properties with colors from the provided palette.
This structure allows for dynamic updates and customization of the page without requiring a page refresh, leveraging Vue.js for a reactive and responsive design experience.