Describe the bug
I need to use scripts inside iframe for some of my custom components. For example, carousel. I need to include this script tag:
<script src="/assets/theme/js/owl.carousel.min.js"></script>
Version
KEditor version 1.1.7
To Reproduce
Tried to put the script right before closing tag:
<div id="content-area">
Also tried to put the script right after
Documentation only tells how to seperate main document styles from iframe styles. No info about how to seperate main document scripts from iframe scripts.
Expected behavior
I expected scripts to work in iframe but they simply won't do their thing. Same as they are never loaded.
Desktop (please complete the following information):
Describe the bug I need to use scripts inside iframe for some of my custom components. For example, carousel. I need to include this script tag:
<script src="/assets/theme/js/owl.carousel.min.js"></script>
Version KEditor version 1.1.7
To Reproduce Tried to put the script right before closing tag:
<div id="content-area">
Also tried to put the script right afterDocumentation only tells how to seperate main document styles from iframe styles. No info about how to seperate main document scripts from iframe scripts.
Expected behavior I expected scripts to work in iframe but they simply won't do their thing. Same as they are never loaded.
Desktop (please complete the following information):