Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
add ckeditor body class to form plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Yunenko committed Jul 17, 2020
1 parent 00152e4 commit 2e5028a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aldryn_forms/contrib/email_notifications/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class EmailNotificationForm(FormPlugin):
NewEmailNotificationInline
]
notification_conf_class = DefaultNotificationConf
child_ckeditor_body_css_class = 'aldryn-forms-form-plugin'

fieldsets = (
(None, {
Expand Down

0 comments on commit 2e5028a

Please sign in to comment.