Skip to content
Snippets Groups Projects
Commit 34455742 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-20489: Upgrade to CKEditor 4.20.1

parent af9c2cbc
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<module>xwiki-platform-ckeditor-webjar</module> <module>xwiki-platform-ckeditor-webjar</module>
</modules> </modules>
<properties> <properties>
<ckeditor.version>4.19.1</ckeditor.version> <ckeditor.version>4.20.1</ckeditor.version>
<!-- The path to the folder where we clone the CKEditor sources. --> <!-- The path to the folder where we clone the CKEditor sources. -->
<ckeditor.path>${project.build.directory}/ckeditor4-${ckeditor.version}</ckeditor.path> <ckeditor.path>${project.build.directory}/ckeditor4-${ckeditor.version}</ckeditor.path>
......
...@@ -274,7 +274,8 @@ ...@@ -274,7 +274,8 @@
'&lt;/div&gt;', '&lt;/div&gt;',
'&lt;div class="ckeditor-autocomplete-item-hint"&gt;{hint}&lt;/div&gt;', '&lt;div class="ckeditor-autocomplete-item-hint"&gt;{hint}&lt;/div&gt;',
'&lt;/li&gt;'].join(''), '&lt;/li&gt;'].join(''),
outputTemplate: '&lt;a href="{url}" data-reference="{typed}|-|{type}|-|{reference}"&gt;{label}&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;', outputTemplate: '&lt;a href="{url}" data-reference="{typed}|-|{type}|-|{reference}"&gt;{label}&lt;/a&gt;',
followingSpace: true,
marker: '[', marker: '[',
minChars: 0, minChars: 0,
itemsLimit: 6 itemsLimit: 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment