Skip to content

Commit

Permalink
Update to v2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Dec 9, 2016
1 parent 2ad44cc commit 8856347
Show file tree
Hide file tree
Showing 86 changed files with 200 additions and 185 deletions.
4 changes: 2 additions & 2 deletions froala_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PLUGINS = (
'align', 'char_counter', 'code_beautifier', 'code_view', 'colors', 'draggable', 'emoticons', 'entities', 'file', 'font_family',
'font_size', 'fullscreen', 'image', 'image_manager', 'inline_style', 'line_breaker', 'link', 'lists',
'paragraph_format', 'paragraph_style', 'quick_insert', 'quote', 'save', 'table', 'url', 'video'
'paragraph_format', 'paragraph_style', 'quick_insert', 'quote', 'save', 'table', 'url', 'video', 'help'
)

PLUGINS_WITH_CSS = (
'char_counter', 'code_view', 'colors', 'draggable', 'emoticons', 'file', 'fullscreen', 'image', 'image_manager', 'line_breaker',
'quick_insert', 'table', 'video',
'quick_insert', 'table', 'video', 'help'
)
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/froala_editor.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/froala_style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8856347

Please sign in to comment.