Skip to content

Commit 8c7c7a8

Browse files
committed
fix media
1 parent ab2b2e7 commit 8c7c7a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

djangocms_text/widgets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class TextEditorWidget(forms.Textarea):
8484

8585
@property
8686
def media(self):
87+
rte_config = get_editor_config()
8788
rte_css = rte_config.css.get("all", ())
8889
if self.add_admin_css:
8990
rte_css += rte_config.admin_css

0 commit comments

Comments
 (0)