bizley / yii2-quill

Yii 2 implementation of Quill, modern WYSIWYG editor
Apache License 2.0
63 stars 15 forks source link

Typo in Quill.php 'formats' config array key #8

Closed fijas closed 5 years ago

fijas commented 5 years ago

There seems to be a typo in Quill.php on line 258:

https://github.com/bizley/yii2-quill/blob/d7306f188bc906e7af5796195ed9a1f0f3cf66ba/src/Quill.php#L258

It should be 'formats' instead of 'formates'. This causes the formats functionality to not work.

bizley commented 5 years ago

Fixed in 2.4.0/2.2.1.

Thank you for report!