Custom elements on legacy cms not working with more than one HTML
ID: 871480
Backlog
Published on 7/31/2023
•
Last update on 7/31/2023
Summary
When creating a custom element with more than one HTML element, only the first one is loaded on the template.
Simulation
- Create a custom element with HTML type;
- Create a least 2 html codes on this custom element;
- Check that the template that has this custom element only loads the first HTML.
Workaround
Gather all htmls on only one element on the custom element.