diff --git a/lib/WebGUI/Help/Asset.pm b/lib/WebGUI/Help/Asset.pm index 498c52cfa..7df71673a 100644 --- a/lib/WebGUI/Help/Asset.pm +++ b/lib/WebGUI/Help/Asset.pm @@ -30,6 +30,8 @@ our $HELP = { { name => 'isPrototype', }, { name => 'status', }, { name => 'assetSize', }, + { name => 'keywords', + description => 'keywords template var' }, ], fields => [], related => [] diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index 257e78871..771819e48 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -26,6 +26,12 @@ our $I18N = { context => q|help for the keywords property| }, + 'keywords template var' => { + message => q|This will be a string with the keywords for this asset. Individual keywords will be joined with spaces, unless the keyword contains spaces, in which case it will be quoted.|, + lastUpdated => 0, + context => q|help for the keywords template variable| + }, + 'add the missing page' => { message => q|Add the missing page.|, lastUpdated => 0,