Walz 1b27d03c4d refactor to composer api
Non working state
2025-04-08 16:08:09 +02:00

9 lines
220 B
JavaScript

$(document).ready(function () {
// Initialize PrestaShop UI components
window.prestashop.component.initComponents(
[
'TranslatableField',
'TranslatableInput',
],
);
});