Changes for page ImageEditorService

Last modified by Thomas Coelho (local) on 2023/07/26 11:23

From version 5.1
edited by Thomas Coelho (local)
on 2023/07/26 11:23
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/15.5]
To version 4.1
edited by Thomas Coelho
on 2023/02/27 12:06
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/15.1]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.coelho
1 +XWiki.thw
Content
... ... @@ -168,6 +168,10 @@
168 168   </form>
169 169   </div>
170 170   </div>
171 + <input type="hidden" name="defaultImageStylesRestURL" id="defaultImageStylesRestURL"
172 + value="$services.imageStyle.getDefaultImageStyleRestPath()" />
173 + <input type="hidden" name="imageStylesRestURL" id="imageStylesRestURL"
174 + value="$services.imageStyle.getImageStylesRestPath()" />
171 171  </div>
172 172  {{/html}}
173 173  #end
XWiki.UIExtensionClass[0]
Asynchronous rendering
... ... @@ -1,1 +1,0 @@
1 -No
Extension Point ID
... ... @@ -1,1 +1,0 @@
1 -org.xwiki.platform.template.header.after
Cached
... ... @@ -1,1 +1,0 @@
1 -No
Extension Scope
... ... @@ -1,1 +1,0 @@
1 -wiki
Extension ID
... ... @@ -1,1 +1,0 @@
1 -org.xwiki.platform.ckeditor.imageEditorService.template.header.after
Executed Content
... ... @@ -1,10 +1,0 @@
1 -{{velocity}}
2 -{{html}}
3 -<div class="hidden">
4 -<input type="hidden" name="defaultImageStylesRestURL" id="defaultImageStylesRestURL"
5 - value="$escapetool.xml($services.imageStyle.getDefaultImageStyleRestPath())" />
6 -<input type="hidden" name="imageStylesRestURL" id="imageStylesRestURL"
7 - value="$escapetool.xml($services.imageStyle.getImageStylesRestPath())" />
8 -</div>
9 -{{/html}}
10 -{{/velocity}}