Skip to content

Commit

Permalink
Merge pull request #406 from davidemoro/dm-richwidget
Browse files Browse the repository at this point in the history
Dm richwidget
  • Loading branch information
disko committed Apr 2, 2015
2 parents b5aa1c2 + 313c21c commit 62abdfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Change History

- Upgrade ``plone.scale`` and ``SQLAlchemy`` to their latest stable versions.

- Change ``height`` property on ``body``'s widget (``RichTextField``) for
improved usability. See #403.

1.0.0 - 2015-01-20
------------------

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ Contributors
- Ionică Bizău, 2014/04/09
- Ichim Tiberiu, 2015/01/13
- Martin Peeters, 2015/02/21
- Davide Moro, 2015/04/02
1 change: 1 addition & 0 deletions kotti/views/edit/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class DocumentSchema(ContentSchema):
title=_(u'Body'),
widget=RichTextWidget(
# theme='advanced', width=790, height=500
height=500,
),
missing=u"",
)
Expand Down

0 comments on commit 62abdfa

Please sign in to comment.