Disable TinyMCE branding badge in editor configuration

This commit is contained in:
Ross
2025-11-10 09:50:04 +00:00
parent e37a7e0b74
commit 3d6ca8be54
2 changed files with 47 additions and 0 deletions
+4
View File
@@ -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"