Disable TinyMCE branding badge in editor configuration
This commit is contained in:
@@ -303,6 +303,10 @@ TINYMCE_DEFAULT_CONFIG = {
|
||||
"skin": "oxide-dark",
|
||||
"menubar": "tools",
|
||||
"content_css": "dark",
|
||||
# Disable the "Powered by Tiny" branding badge in the editor UI
|
||||
# (TinyMCE option: https://www.tiny.cloud/docs/configure/editor-appearance/#branding)
|
||||
"branding": False,
|
||||
"promotion": False,
|
||||
}
|
||||
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
||||
Reference in New Issue
Block a user