forward port of File template docs
This commit is contained in:
parent
7366c7abf9
commit
3155beb6f8
2 changed files with 8 additions and 4 deletions
|
|
@ -41,13 +41,17 @@ our $HELP = {
|
|||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'file add/edit',
|
||||
namespace => 'Asset_File',
|
||||
tag => 'asset template',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
tag => 'file add/edit',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'file template description' => {
|
||||
message => q|File templates allow you to display information about the file, such as its filename, size or an icon representing the file type.|,
|
||||
lastUpdated => 1130456105,
|
||||
message => q|File templates allow you to display information about the file, such as its filename, size or an icon representing the file type. In addition to the variables below, the File Asset template also has all the default Asset template variables. |,
|
||||
lastUpdated => 1140196488,
|
||||
},
|
||||
|
||||
'file template body' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue