Skip to content

Instantly share code, notes, and snippets.

@tieutantan
Created May 16, 2020 01:09
Show Gist options
  • Save tieutantan/48bb93ee633a80fcc71ad87efe6fd37b to your computer and use it in GitHub Desktop.
Save tieutantan/48bb93ee633a80fcc71ad87efe6fd37b to your computer and use it in GitHub Desktop.
Hide license alert of TinyMCE
<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