📄️ Template Customization
Customizing the theme in ECTOR can be easily managed whether you are using a local development environment or working on a remote web server.
📄️ Media Management
Ector includes a powerful Media Manager integrated into the Ector Configurator module, designed to simplify the centralized management of all your site's media, such as images, videos, files, and more. With this tool, you can easily integrate media into the theme configurations with just a few clicks.
📄️ Creating and Editing Content
The content of the ECTOR theme is centrally managed through the Ector Configurator module. This module allows you to quickly modify your site's content, both static and dynamic, through an intuitive graphical interface that makes editing JSON files easy.
📄️ Creating Static Content
Adding static content to the front office is straightforward with Ector Configurator. The system makes all configurations available within the relevant Controller via the Smarty variable $ec_content.
📄️ Editing Static Content
By accessing Ector Configurator, you can easily modify the JSON values of the properties you want to update.
📄️ Creating Dynamic Content
What is meant by dynamic content? So far, we have only discussed the possibility of including key-value configurations containing strings, arrays, or objects. However, these contents are static. If you need to insert, for example, a product carousel, you couldn't do it at the moment, as product information is dynamic and can vary over time, and manually keeping it updated is impractical.
📄️ Introduction to Functions
To address the need for dynamic content, Ector has introduced functions, which are executed at runtime and allow for the inclusion of dynamic content within the theme configuration.