TinyMCE - How to add a local javascripts in the flowfuse structure

Hi,
I am trying to use in a tab TinyMCE editor. I don't want to use the web link because it is required the editor to work offline.
I am wondering where I can copy the tinymce structure to be able to call it as per exemple:
<script src="/tinymce/tinymce.min.js"></script>
thanks a lot

You could add the JavaScript as an asset using the asset management or you could store the JavaScript code in a template (or use a file node to read it) and serve it using HTTP in and HTTP response nodes.

1 Like