Document the missing keywords template variable that is now added to all assets.

This commit is contained in:
Colin Kuskie 2009-03-05 21:04:17 +00:00
parent 17b124c39f
commit a48c6e02f3
2 changed files with 8 additions and 0 deletions

View file

@ -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,