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 Feb 26, 2022
1 parent 3876967 commit e9987ff
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.
To use with twig and new prestashop admin UI Kit. You have to init the component :
```js
$(document).ready(function () {
window.prestashop.component.initComponents(
[
"TinyMCEEditor"
],
);
});
```


## Code example

Expand Down

0 comments on commit e9987ff

Please sign in to comment.