document asset template variable, controls
This commit is contained in:
parent
c35844a7f3
commit
021490d49b
2 changed files with 28 additions and 1 deletions
|
|
@ -7,6 +7,17 @@ our $HELP = {
|
||||||
'asset fields' => {
|
'asset fields' => {
|
||||||
title => 'asset fields title',
|
title => 'asset fields title',
|
||||||
body => 'asset fields body',
|
body => 'asset fields body',
|
||||||
|
related => [
|
||||||
|
{
|
||||||
|
tag => 'template language',
|
||||||
|
namespace => 'Asset_Template',
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
'asset template' => {
|
||||||
|
title => 'asset template title',
|
||||||
|
body => 'asset template body',
|
||||||
related => [
|
related => [
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -150,10 +150,26 @@ Chances are if you like assets to be configured a certain way, then you'll find
|
||||||
},
|
},
|
||||||
|
|
||||||
'asset fields title' => {
|
'asset fields title' => {
|
||||||
message => q|Common Asset Fields|,
|
message => q|Asset, Common Fields|,
|
||||||
|
lastUpdated => 1113357557,
|
||||||
|
},
|
||||||
|
|
||||||
|
'asset template body' => {
|
||||||
|
message => q|
|
||||||
|
<p>This variable is inserted into every template:</p>
|
||||||
|
<P><b>controls</b><BR>
|
||||||
|
These are the icons and URLs that allow editing, cutting, copying, deleting and reordering the Asset.</P>
|
||||||
|
|
||||||
|
|,
|
||||||
|
lastUpdated => 1113357523,
|
||||||
|
},
|
||||||
|
|
||||||
|
'asset template title' => {
|
||||||
|
message => q|Asset Template Variables|,
|
||||||
lastUpdated => 1100463645,
|
lastUpdated => 1100463645,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
'asset' => {
|
'asset' => {
|
||||||
message => q|Asset|,
|
message => q|Asset|,
|
||||||
lastUpdated => 1100463645,
|
lastUpdated => 1100463645,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue