Skip to content

Commit

Permalink
Replace default iframe setting for djs_playground
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Dec 21, 2019
1 parent bc5e232 commit 6fd7281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djs_playground/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

SUMMERNOTE_THEME = 'bs4'
SUMMERNOTE_CONFIG = {
'iframe': False,
'iframe': True,
'summernote': {
'width': '800px',
'height': '400px',
Expand Down

0 comments on commit 6fd7281

Please sign in to comment.