How to add add External JavaScript to head

How can I add add External JavaScript in head using UI? I can do it manually but dont know if is an option with UI?

<script src="js/owl.carousel.min.js"></script>

Well just copy and paste this code in the head tags.

1 Like

I know that but is any UI button to add it?

Nope, no button to insert a script tag. Pretty sure everyone just edits the code view directly.

1 Like