init-js-components
Read @.ai/Component/Javascript/CONTEXT.md for the full component list and initialization pattern.
How initComponents works
window.prestashop.component.initComponents([
'TranslatableInput',
'TinyMCEEditor',
]);
- Components are registered on
window.prestashop.component initComponentscreates instances and stores them inwindow.prestashop.instance- Components activate automatically by scanning the DOM for matching
data-*attributes - O
[Description truncada. Veja o README completo no GitHub.]