forward port of doc patches from 6.8
This commit is contained in:
parent
5a8845c407
commit
a66fe79ea4
3 changed files with 10 additions and 1 deletions
|
|
@ -168,6 +168,10 @@ our $HELP = {
|
|||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'post template variables',
|
||||
namespace => 'Asset_Post'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -979,6 +979,11 @@ A list of posts for this Collateral Asset.
|
|||
<b>Asset variables</b><br>
|
||||
The variables common to all Assets, such as <b>title</b>, <b>menuTitle</b>, etc.
|
||||
|
||||
<p>
|
||||
<b>Post variables</b><br>
|
||||
All template variables from the Post template. Some of those variables will be duplicates
|
||||
of the ones below.
|
||||
|
||||
<p>
|
||||
<b>id</b><br>
|
||||
The AssetId of this Post.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ our $I18N = {
|
|||
'add/edit post template body' => {
|
||||
message => q|In addition to the common Post Template variables, the Add/Edit Post Template has these variables:
|
||||
<p>
|
||||
! : This variable is required for the Data Form to function correctly.<p/>
|
||||
! : This variable is required for the Post to function correctly.<p/>
|
||||
<p>
|
||||
|
||||
<b>form.header</b> !<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue