Document the missing keywords template variable that is now added to all assets.
This commit is contained in:
parent
17b124c39f
commit
a48c6e02f3
2 changed files with 8 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ our $HELP = {
|
||||||
{ name => 'isPrototype', },
|
{ name => 'isPrototype', },
|
||||||
{ name => 'status', },
|
{ name => 'status', },
|
||||||
{ name => 'assetSize', },
|
{ name => 'assetSize', },
|
||||||
|
{ name => 'keywords',
|
||||||
|
description => 'keywords template var' },
|
||||||
],
|
],
|
||||||
fields => [],
|
fields => [],
|
||||||
related => []
|
related => []
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,12 @@ our $I18N = {
|
||||||
context => q|help for the keywords property|
|
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' => {
|
'add the missing page' => {
|
||||||
message => q|Add the missing page.|,
|
message => q|Add the missing page.|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue