Created
May 16, 2020 01:09
-
-
Save tieutantan/48bb93ee633a80fcc71ad87efe6fd37b to your computer and use it in GitHub Desktop.
Hide license alert of TinyMCE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.tox-notifications-container {display: none !important;} | |
</style> | |
<script src="{{ asset('admin') }}/js/tinymce.min.js"></script> | |
<script>tinymce.init({selector:'textarea', height : "480"});</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment