disable "upgrade" badge on tiny
This commit is contained in:
parent
f923eef868
commit
fbc9b53b6c
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<script>tinymce.init({selector:'textarea',skin: "oxide-dark",
|
||||
<script>tinymce.init({selector:'textarea',promotion: false,skin: "oxide-dark",
|
||||
content_css: "dark",branding: false, height: 500,
|
||||
plugins: ['image','link'],});
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue