Changes for page ClassTranslationsGenerator
Last modified by Richard Johnson on 2020/08/21 14:41
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/12.6.1]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,8 +24,13 @@ 24 24 #end 25 25 #end 26 26 27 -$escapetool.h Livetablegenerickeys27 +$escapetool.h Sheet keys 28 28 #set ($appName = $doc.documentReference.name.replaceAll('Class', '').toLowerCase()) 29 +#map("${appName}.sheet.description" "This page controls how $appTitle pages are displayed in both view and edit modes.") 30 +#map("${appName}.sheet.noObject" "The current page doesn't have the expected $appTitle object.") 31 +#map("${appName}.sheet.noFields" "The $appTitle application doesn't have any fields to display.") 32 + 33 +$escapetool.h Live table generic keys 29 29 #set ($prefix = "${appName}.livetable.") 30 30 #set ($liveTableGenericKeys = { 31 31 'doc.title': 'liveTableEditorDocTitleColumnName',