diff --git a/djangocms_video/cms_plugins.py b/djangocms_video/cms_plugins.py index 399b923..98b22e7 100644 --- a/djangocms_video/cms_plugins.py +++ b/djangocms_video/cms_plugins.py @@ -12,6 +12,7 @@ class VideoPlugin(CMSPluginBase): model = Video name = _("Video") form = VideoForm + text_enabled = True render_template = "cms/plugins/video.html"