73 lines
2.1 KiB
Perl
73 lines
2.1 KiB
Perl
package WebGUI::Help::Asset_SyndicatedContent;
|
|
|
|
our $HELP = {
|
|
'syndicated content add/edit' => {
|
|
title => '61',
|
|
body => '71',
|
|
fields => [
|
|
{
|
|
title => 'cache timeout',
|
|
namespace => 'Asset_SyndicatedContent',
|
|
description => 'cache timeout help',
|
|
uiLevel => 8,
|
|
},
|
|
{
|
|
title => '72',
|
|
description => '72 description',
|
|
namespace => 'Asset_SyndicatedContent',
|
|
},
|
|
{
|
|
title => 'displayModeLabel',
|
|
description => 'displayModeLabel description',
|
|
namespace => 'Asset_SyndicatedContent',
|
|
},
|
|
{
|
|
title => 'hasTermsLabel',
|
|
description => 'hasTermsLabel description',
|
|
namespace => 'Asset_SyndicatedContent',
|
|
},
|
|
{
|
|
title => '1',
|
|
description => '1 description',
|
|
namespace => 'Asset_SyndicatedContent',
|
|
},
|
|
{
|
|
title => '3',
|
|
description => '3 description',
|
|
namespace => 'Asset_SyndicatedContent',
|
|
},
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'syndicated content template',
|
|
namespace => 'Asset_SyndicatedContent'
|
|
},
|
|
{
|
|
tag => 'wobjects using',
|
|
namespace => 'Asset_Wobject'
|
|
},
|
|
{
|
|
tag => 'asset fields',
|
|
namespace => 'Asset'
|
|
},
|
|
]
|
|
},
|
|
'syndicated content template' => {
|
|
title => '72',
|
|
body => '73',
|
|
fields => [
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'syndicated content add/edit',
|
|
namespace => 'Asset_SyndicatedContent'
|
|
},
|
|
{
|
|
tag => 'wobject template',
|
|
namespace => 'Asset_Wobject'
|
|
}
|
|
]
|
|
},
|
|
};
|
|
|
|
1;
|