Advanced > Loaders
), you will have access to
a set of saved loaders, the library of loaders, and the ability to create, edit,
and save loaders.


- Saved: List the saved loaders
- Library: List and test all available loaders for use
- Create new Loader: Create new loaders
Modify saved loaders
A saved loader represents a loader that can be used in different sections. This way, the same loader can have the same configuration applied in different parts of the site. At the same time, this allows a single change to the saved loader to impact multiple parts of the system.If a page uses the same saved loader in different sections of a page, this loader is loaded only once. This makes the system extremely efficient! For example, a component likeBy clicking on a saved loader, it is possible to modify its previously configured properties.SearchResult
andSEOPLP
may need to load products from a shelf during page loading. If both sections on that page use the same saved loader (e.g.,PLP Loader
), it will be loaded only once.

Run
button, which will execute the
code associated with that loader and display the response data.
List and test other loaders
When listing the loaders in the library and clicking on a loader, you will have access to a preview of the Loader, as well as access to the original code of that element. It is also possible to edit the code to test changes in the functionality of the component.
🌐
Element preview☰
Form with properties{}
Textual description of properties</>
Code editor🖥️
Logs related to the loader preview✨
Decopilot: AI for code modification
Create a new Loader
It is possible to create a saved loader (a component that can be shared among multiple sections or blocks) or the base (template) of a loader.
- Create template: Creates a loader that will be available in the component library. This means creating a code base that defines a set of properties and a program to return data.
- Using a template: Creates a saved loader from an existing base. The name will be the identification of this element.