Changes for page Templates
Last modified by Administrator on 2021/12/30 20:08
From version
4.1

edited by Administrator
on 2021/12/30 20:08
on 2021/12/30 20:08
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-help-ui/13.10.2]
To version
3.1


edited by Administrator
on 2020/12/29 00:18
on 2020/12/29 00:18
Change comment:
Install extension [org.xwiki.contrib:application-help-center/1.5.4]
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 ($ featuresPrefix = 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features')4 +#set ($plaformPrefix = 'https://platform.xwiki.org/xwiki/bin/view/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='$ featuresPrefix/DocumentLifecycle#HCreate' class='wikiexternallink'>",'</a>']),10 + ["<a href='$plaformPrefix/DocumentLifecycle#HCreate' class='wikiexternallink'>",'</a>']), 11 11 'thumbnail': 'Template', 12 12 'actions': [{ 13 13 'label': $services.localization.render('help.try.label'),