Set text_enabled property to True.

Added text_enabled property on Video Plugin, so everybody can use it in
a TextPlugin.
This commit is contained in:
Nuno Diogo da Silva 2014-05-14 14:43:48 +00:00
parent 240e91860b
commit de462258e3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class VideoPlugin(CMSPluginBase):
model = Video
name = _("Video")
form = VideoForm
text_enabled = True
render_template = "cms/plugins/video.html"