We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d7b54 commit e2a5a11Copy full SHA for e2a5a11
CHANGELOG-1.x.md
@@ -1,3 +1,8 @@
1
+1.7.0
2
+-----
3
+
4
+* Add Word Counter plugin options
5
6
1.6.0
7
-----
8
src/Utility/UConfiguration.php
@@ -87,6 +87,7 @@ final class UConfiguration
87
'videoSplitHTML' => null,
88
'videoTextNear' => null,
89
'videoUpload' => null,
90
+ 'wordCounterCount' => null,
91
'wordPasteKeepFormatting' => null,
92
'wordPasteModal' => null,
93
];
@@ -128,6 +129,7 @@ final class UConfiguration
128
129
'typingTimer' => null,
130
'videoDefaultWidth' => null,
131
'videoMaxSize' => null,
132
+ 'wordCounterMax' => null,
133
'zIndex' => null,
134
135
0 commit comments