Skip to content

Commit 69804fd

Browse files
committed
add configurable "license_key" to TinyMCE options
1 parent dc1e0b9 commit 69804fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)