add the new CS epochDate template variable to the help system
This commit is contained in:
parent
bf39e26d6c
commit
f17c6f75e8
2 changed files with 6 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ our $HELP = {
|
|||
},
|
||||
{ 'name' => 'guid' },
|
||||
{ 'name' => 'pubDate' },
|
||||
{ 'name' => 'epochDate' },
|
||||
{ 'name' => 'attachmentLoop',
|
||||
'variables' => [
|
||||
{ 'name' => 'attachment_thumbnail' },
|
||||
|
|
|
|||
|
|
@ -1569,6 +1569,11 @@ the Collaboration Asset, the user will be notified.|,
|
|||
lastUpdated => 1149656056,
|
||||
},
|
||||
|
||||
'epochDate' => {
|
||||
message => q|The date the item was published as an epoch date so that the Date macro can be used for custom date formatting.|,
|
||||
lastUpdated => 1222106027,
|
||||
},
|
||||
|
||||
'attachmentLoop' => {
|
||||
message => q|A loop containg all attachements to this item (post).|,
|
||||
lastUpdated => 1149656056,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue