diff --git a/lib/WebGUI/Help/Asset_DataForm.pm b/lib/WebGUI/Help/Asset_DataForm.pm index e38824837..653ac1444 100644 --- a/lib/WebGUI/Help/Asset_DataForm.pm +++ b/lib/WebGUI/Help/Asset_DataForm.pm @@ -184,7 +184,7 @@ our $HELP = { tag => "template variables" }, { - tag => 'wobject template', + tag => 'wobject template variables', namespace => 'Asset_Wobject' } ], @@ -429,7 +429,7 @@ our $HELP = { tag => "template variables" }, { - tag => 'wobject template', + tag => 'wobject template variables', namespace => 'Asset_Wobject' } ], diff --git a/lib/WebGUI/Help/Asset_Folder.pm b/lib/WebGUI/Help/Asset_Folder.pm index 8c9b87443..2921c7d20 100644 --- a/lib/WebGUI/Help/Asset_Folder.pm +++ b/lib/WebGUI/Help/Asset_Folder.pm @@ -38,11 +38,7 @@ our $HELP = { isa => [ { namespace => "Asset_Wobject", - tag => "wobject template" - }, - { - namespace => "Asset", - tag => "asset template", + tag => "wobject template variables" }, ], fields => [ ], diff --git a/lib/WebGUI/Help/Asset_WikiMaster.pm b/lib/WebGUI/Help/Asset_WikiMaster.pm index c317a9595..e6ac8b20a 100644 --- a/lib/WebGUI/Help/Asset_WikiMaster.pm +++ b/lib/WebGUI/Help/Asset_WikiMaster.pm @@ -245,7 +245,7 @@ our $HELP = { isa => [ { namespace => "Asset_Wobject", - tag => "wobject template" + tag => "wobject template variables" }, { namespace => "Asset", diff --git a/lib/WebGUI/Help/Asset_Wobject.pm b/lib/WebGUI/Help/Asset_Wobject.pm index 57016b7ad..b1984c81f 100644 --- a/lib/WebGUI/Help/Asset_Wobject.pm +++ b/lib/WebGUI/Help/Asset_Wobject.pm @@ -98,12 +98,6 @@ our $HELP = { { 'name' => 'assetId' }, - { - 'name' => 'isShortcut' - }, - { - 'name' => 'originalURL' - }, ], related => [ { @@ -116,6 +110,40 @@ our $HELP = { }, ] }, + + 'wobject template variables' => { + title => 'wobject template variables title', + body => 'wobject template variables body', + isa => [ + { + tag => 'asset template asset variables', + namespace => 'Asset' + }, + ], + fields => [ + ], + variables => [ + { + 'name' => 'displayTitle' + }, + { + 'name' => 'description' + }, + { + 'name' => 'styleTemplateId' + }, + { + 'name' => 'printableStyleTemplateId' + }, + ], + related => [ + { + tag => 'template language', + namespace => 'Asset_Template' + }, + ] + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_Wobject.pm b/lib/WebGUI/i18n/English/Asset_Wobject.pm index df7951e5f..f55603c94 100644 --- a/lib/WebGUI/i18n/English/Asset_Wobject.pm +++ b/lib/WebGUI/i18n/English/Asset_Wobject.pm @@ -22,9 +22,14 @@ our $I18N = { lastUpdated => 1148750705, }, - 'isShortcut' => { - message => q|A conditional indicating if this wobject is a shortcut to an original asset.|, - lastUpdated => 1148750705, + 'styleTemplateId' => { + message => q|The assetId of the template for displaying the Asset.|, + lastUpdated => 1167374549, + }, + + 'printableStyleTemplateId' => { + message => q|The assetId of the template for displaying the Asset for printing.|, + lastUpdated => 1167374550, }, 'originalURL' => { @@ -150,6 +155,19 @@ is displayed as part of a Layout Asset, the Layout Asset's Style Template lastUpdated => 1128575345, }, + 'wobject template variables title' => { + message => q|Wobject Template Asset Variables|, + lastUpdated => 1167374430, + }, + + 'wobject template variables body' => { + message => q|
These template variables are common to almost every Wobject and include all the template variables common to Assets. Many of them are internal asset properties that govern behavior and may not be very useful for templates. One example of this would be the ID of templates used to display the Asset. Depending on whether or not the user filled out the fields, they may or may not be blank.
+|, + lastUpdated => 1167374417, + }, + + + }; 1;