Skip to content

Commit

Permalink
Adding information for using with prestashop UI kit and twig form
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizzen59 committed Mar 4, 2022
1 parent 3876967 commit 2f18167
Showing 1 changed file with 11 additions and 1 deletion.
Expand Up @@ -15,7 +15,17 @@ Enables TinyMCE text editor on TextareaType.

## Required Javascript components

None.
In order to use TinyMCE editor in the PrestaShop UI Kit, you need to initialize its javascript component once the page is loaded:
```js
$(document).ready(function () {
window.prestashop.component.initComponents(
[
"TinyMCEEditor"
],
);
});
```


## Code example

Expand Down

0 comments on commit 2f18167

Please sign in to comment.