Reformat Wobject template variables to use the new Help based template variable system.
Break TimeTracking i18n into paragraphs for easy parsing. Add missing comment line to break POD and paragraphs in Operation/Help
This commit is contained in:
parent
5268ffda5c
commit
af29303c31
4 changed files with 72 additions and 44 deletions
|
|
@ -83,6 +83,26 @@ our $HELP = {
|
|||
body => '828',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'title'
|
||||
},
|
||||
{
|
||||
'name' => 'displayTitle'
|
||||
},
|
||||
{
|
||||
'name' => 'description'
|
||||
},
|
||||
{
|
||||
'name' => 'assetId'
|
||||
},
|
||||
{
|
||||
'name' => 'isShortcut'
|
||||
},
|
||||
{
|
||||
'name' => 'originalURL'
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue