Skip to content

Commit

Permalink
name video plugin correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Dec 8, 2023
1 parent 56ff26f commit 195748c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions djangocms_baseplugins/video/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
from djangocms_baseplugins.baseplugin.defaults import ADVANCED_FIELDS
from djangocms_baseplugins.baseplugin.utils import get_baseplugin_fieldset, check_settings

NAME = _('Video')
MODULE = defaults.CONTENT_LABEL

TRANSLATED_FIELDS = [
'video_url',
]
Expand Down

0 comments on commit 195748c

Please sign in to comment.