Changes for page Templates
Last modified by Cyril Boillat on 30/10/2022
From version 1.1
edited by Cyril Boillat
on 12/03/2021
on 12/03/2021
Change comment:
Install extension [org.xwiki.contrib:application-help-center/1.5.4]
To version 2.1
edited by Cyril Boillat
on 30/10/2022
on 30/10/2022
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-help-ui/13.10.10]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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'),