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>
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.
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.