Update README.md (#821)

* Update README.md

* Update README.md
pull/830/head
mark8044 3 years ago committed by GitHub
parent 7c1282eb00
commit c59d37878f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

@ -93,6 +93,11 @@ When enabled, the default font-size values can be modified via _optional_ `fontS
fontSizeValues: const {'Small': '8', 'Medium': '24.5', 'Large': '46'}
```
Font size can be cleared with a value of `0`, for example:
```
fontSizeValues: const {'Small': '8', 'Medium': '24.5', 'Large': '46', 'Clear': '0'}
```
### Custom Icons
You may add custom icons to the _end_ of the toolbar, via the `customIcons` option, which is a `List` of `QuillCustomIcon`.

Loading…
Cancel
Save