Skip to content

Commit

Permalink
format default_options
Browse files Browse the repository at this point in the history
  • Loading branch information
goschtl committed Nov 21, 2023
1 parent 4634094 commit 5e992db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deform/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,9 +884,7 @@ class RichTextWidget(TextInputWidget):
requirements = ({"js": "deform:static/tinymce/tinymce.min.js"},)

#: Default options passed to TinyMCE. Customise by using :attr:`options`.
default_options = (
("promotion", False),
)
default_options = (("promotion", False),)
#: Options to pass to TinyMCE that will override :attr:`default_options`.
options = None

Expand Down

0 comments on commit 5e992db

Please sign in to comment.