Skip to content

Commit a5d81bc

Browse files
author
Bizley
committed
Update README.md
1 parent f851728 commit a5d81bc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ or as a standalone widget
3535
```false``` or ```null``` for Quill's default theme with quill.base.css,
3636
```'snow'``` for Quill's snow theme with quill.snow.css,
3737
```'bootstrap'``` for snow theme with editor wrapped in [Bootstrap's panel](http://getbootstrap.com/components/#panels)
38-
You can set theme in ```configs``` array instead but this is the only way to set ```'bootstrap'``` theme.
38+
You can set theme in ```configs``` array instead but this is the only way to set ```'bootstrap'``` theme.
3939
See [Quill's documentation for themes](http://quilljs.com/docs/themes).
4040

4141
- **toolbar** *string* or *array* default ```'full'```
@@ -44,12 +44,15 @@ or as a standalone widget
4444
```'full'``` for full Quill's toolbar as seen [here](http://quilljs.com),
4545
```'basic'``` for few basic toolbar options,
4646
*anything else* for single button (see below).
47-
In case of *array*:
48-
*string element* for single button (see below),
47+
In case of *array*:
48+
*string element* for single button (see below),
4949
*array element* for buttons grouped together - every element of this array should be *string* (a single button).
5050

5151
- **configs** *array* default ```[]```
5252
Array of Quill's configuration. This is the equivalent of [Quill's configs variable](http://quilljs.com/docs/configuration)
53+
54+
- **options** *array* default ```[]```
55+
Array of HTML options passed to the editor's div.
5356

5457
### Toolbar
5558
Quill allows you to add your own HTML toolbar for the editor. This is very flexible solution but in most cases you just need to

0 commit comments

Comments
 (0)