Skip to content

Commit 0c565b6

Browse files
Merge pull request #4247 from plone/tinymce_license_key
TinyMCE license key
2 parents dc1e0b9 + d97c41d commit 0c565b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add configurable license key to TinyMCE options. @petschki

src/Products/CMFPlone/patterns/tinymce.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def get_tiny_config(self):
127127
"table_cell_advtab": False,
128128
"table_style_by_css": False,
129129
"table_appearance_options": False,
130+
"license_key": settings.license_key or "gpl",
130131
}
131132
toolbar_additions = settings.custom_buttons or []
132133

0 commit comments

Comments
 (0)