Skip to content

Commit

Permalink
docs and changelong for quill
Browse files Browse the repository at this point in the history
  • Loading branch information
s-cork committed Jun 13, 2021
1 parent 762f553 commit bb27dc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Unreleased

## Changes
* Quill editor supports a toolbar and theme set at runtime.
https://github.com/anvilistas/anvil-extras/pull/80
# v1.4 07-June-2021

## New Features
Expand Down
7 changes: 3 additions & 4 deletions docs/guides/components/quill.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Properties

:readonly: Boolean

Check the Quill docs. This property cannot be updated after the Quill editor has been instantiated.
Check the Quill docs.

:spacing_above: String

Expand All @@ -45,12 +45,11 @@ Properties

:theme: String

Quill supports ``"snow"`` or ``"bubble"`` theme. (Cannot be updated after instantiation).
Quill supports ``"snow"`` or ``"bubble"`` theme.

:toolbar: Boolean or Object

Check the Quill docs. This property cannot be updated after the Quill editor has been instantiated.
If you want to use an Object you should construct the Quill instance in code.
Check the Quill docs. If you want to use an Object you can set this at runtime. See quill docs for examples.

:visible: Boolean

Expand Down

0 comments on commit bb27dc6

Please # to comment.