You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When WYSIWYG is enabled for text fields, the sceditor loads. Unforunately, the height of the embedded iframe is set using inline styles and hides content from the editor.
Pattern-kit is loading a fairly old version of the sceditor (v1.4.3)
Sceditor is currently at 3.1.1https://www.sceditor.com/
These three files need to be updated in resources/templates/_pattern-kit-app.twig
<script src="https://cdn.jsdelivr.net/npm/[email protected]/minified/jquery.sceditor.bbcode.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/minified/jquery.sceditor.xhtml.min.js"></script>
Updating those three files fixes the bug
The text was updated successfully, but these errors were encountered:
When WYSIWYG is enabled for text fields, the sceditor loads. Unforunately, the height of the embedded iframe is set using inline styles and hides content from the editor.
Pattern-kit is loading a fairly old version of the sceditor (
v1.4.3
)Sceditor is currently at
3.1.1
https://www.sceditor.com/These three files need to be updated in
resources/templates/_pattern-kit-app.twig
<script src="https://cdn.jsdelivr.net/npm/[email protected]/minified/jquery.sceditor.bbcode.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/minified/jquery.sceditor.xhtml.min.js"></script>
Updating those three files fixes the bug
The text was updated successfully, but these errors were encountered: