How to use a custom version of Tagify

How can I use a custom version of Tagify or other JS scripts?

Wappler adds:

<script src="https://unpkg.com/@yaireo/tagify"></script>

to the page when I use Tagify for example.

If I change that to something like

<script src="https://unpkg.com/@yaireo/tagify@4.15.2"></script>

and save the page then Wappler appends

<script src="https://unpkg.com/@yaireo/tagify"></script>

to the head again so it’s loading the script twice - once the version I want and the latest version.

So how can I prevent Wappler from adding the script again on save?

Community Page
Last updated: