Changes for page Templates

Last modified by Thomas Mortagne on 2021/11/08 19:07

From version 4.1
edited by Thomas Mortagne
on 2021/01/05 15:34
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.5.4]
To version 5.1
edited by Thomas Mortagne
on 2021/11/08 19:07
Change comment: Install extension [org.xwiki.platform:xwiki-platform-help-ui/13.9]

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,13 @@
1 1  {{include reference="Help.Code.VelocityMacros" /}}
2 2  
3 3  {{velocity output="false"}}
4 -#set ($plaformPrefix = 'https://platform.xwiki.org/xwiki/bin/view/Features')
4 +#set ($featuresPrefix = 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features')
5 5  #set ($exoPrefix = 'https://extensions.xwiki.org/xwiki/bin/view/Extension')
6 6  #set ($actionCards = [{
7 7   'title': $services.localization.render('help.templates.useTemplates.title'),
8 8   'description': $services.localization.render('help.templates.useTemplates.description'),
9 9   'tip': $services.localization.render('help.templates.useTemplates.tip',
10 - ["<a href='$plaformPrefix/DocumentLifecycle#HCreate' class='wikiexternallink'>",'</a>']),
10 + ["<a href='$featuresPrefix/DocumentLifecycle#HCreate' class='wikiexternallink'>",'</a>']),
11 11   'thumbnail': 'Template',
12 12   'actions': [{
13 13   'label': $services.localization.render('help.try.label'),