Skip to content

Commit 1c59f06

Browse files
committed
Merge pull request #116 from oleq/scayt-dev
Added @SInCE tags to a number of configuration options.
2 parents 605956c + 0e1963b commit 1c59f06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugin.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,7 @@ CKEDITOR.on('scaytReady', function() {
14561456
*
14571457
* config.grayt_autoStartup = true;
14581458
*
1459+
* @since 4.5.6
14591460
* @cfg {Boolean} [grayt_autoStartup=false]
14601461
* @member CKEDITOR.config
14611462
*/
@@ -1466,6 +1467,7 @@ CKEDITOR.on('scaytReady', function() {
14661467
*
14671468
* config.scayt_inlineModeImmediateMarkup = true;
14681469
*
1470+
* @since 4.5.6
14691471
* @cfg {Boolean} [scayt_inlineModeImmediateMarkup=false]
14701472
* @member CKEDITOR.config
14711473
*/
@@ -1701,6 +1703,7 @@ CKEDITOR.on('scaytReady', function() {
17011703
*
17021704
* config.scayt_ignoreAllCapsWords = false;
17031705
*
1706+
* @since 4.5.6
17041707
* @cfg {Boolean} [scayt_ignoreAllCapsWords=false]
17051708
* @member CKEDITOR.config
17061709
*/
@@ -1711,6 +1714,7 @@ CKEDITOR.on('scaytReady', function() {
17111714
*
17121715
* config.scayt_ignoreDomainNames = false;
17131716
*
1717+
* @since 4.5.6
17141718
* @cfg {Boolean} [scayt_ignoreDomainNames=false]
17151719
* @member CKEDITOR.config
17161720
*/
@@ -1721,6 +1725,7 @@ CKEDITOR.on('scaytReady', function() {
17211725
*
17221726
* config.scayt_ignoreWordsWithMixedCases = false;
17231727
*
1728+
* @since 4.5.6
17241729
* @cfg {Boolean} [scayt_ignoreWordsWithMixedCases=false]
17251730
* @member CKEDITOR.config
17261731
*/
@@ -1731,6 +1736,7 @@ CKEDITOR.on('scaytReady', function() {
17311736
*
17321737
* config.scayt_ignoreWordsWithNumbers = false;
17331738
*
1739+
* @since 4.5.6
17341740
* @cfg {Boolean} [scayt_ignoreWordsWithNumbers=false]
17351741
* @member CKEDITOR.config
17361742
*/

0 commit comments

Comments
 (0)