Changes for page Templates

Last modified by Leon Poon on 2022/06/05 09:12

From version 4.1
edited by Leon Poon
on 2020/12/11 08:04
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.5.3]
To version 5.1
edited by Leon Poon
on 2022/06/05 09:12
Change comment: Install extension [org.xwiki.platform:xwiki-platform-help-ui/13.10.6]

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'),