Merge pull request #3 from nffdiogosilva/master

Set text_enabled property to True.
This commit is contained in:
Patrick Lauber 2014-08-14 14:17:55 +02:00
commit 060b35f0e6
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"