Clean up Collaboration, Newsletter, DataForm, Calendar, MultiSearch and Dashboard help and i18n
This commit is contained in:
parent
22d8619ecd
commit
743b34b44f
11 changed files with 18 additions and 718 deletions
|
|
@ -1,37 +0,0 @@
|
|||
package WebGUI::Help::Asset_Dashboard;
|
||||
|
||||
our $HELP = {
|
||||
'dashboard add/edit' => {
|
||||
title => 'dashboard add/edit title',
|
||||
body => 'dashboard add/edit body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'dashboard template field label',
|
||||
description => 'dashboard template description',
|
||||
namespace => 'Asset_Dashboard',
|
||||
},
|
||||
{
|
||||
title => 'dashboard adminsGroupId field label',
|
||||
description => 'dashboard adminsGroupId description',
|
||||
namespace => 'Asset_Dashboard',
|
||||
},
|
||||
{
|
||||
title => 'dashboard usersGroupId field label',
|
||||
description => 'dashboard usersGroupId description',
|
||||
namespace => 'Asset_Dashboard',
|
||||
},
|
||||
{
|
||||
title => 'assets to hide',
|
||||
description => 'assets to hide description',
|
||||
namespace => 'Asset_Dashboard',
|
||||
uiLevel => 9,
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue