move Export Page help from WebGUI to Asset. add hover help
This commit is contained in:
parent
802ee8c66a
commit
3fc303c9e0
5 changed files with 84 additions and 75 deletions
|
|
@ -111,6 +111,40 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'page export' => {
|
||||
title => 'Page, Export',
|
||||
body => 'Page, Export body',
|
||||
fields => [
|
||||
{
|
||||
title => 'Depth',
|
||||
description => 'Depth description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'Export as user',
|
||||
description => 'Export as user description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'directory index',
|
||||
description => 'directory index description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'Extras URL',
|
||||
description => 'Extras URL description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
title => 'Uploads URL',
|
||||
description => 'Uploads URL description',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
'metadata manage'=> {
|
||||
title => 'content profiling',
|
||||
body => 'metadata manage body',
|
||||
|
|
|
|||
|
|
@ -776,14 +776,6 @@ our $HELP = {
|
|||
}
|
||||
]
|
||||
},
|
||||
'page export' => {
|
||||
title => 'Page, Export',
|
||||
body => 'Page, Export body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
'glossary' => {
|
||||
title => 'glossary title',
|
||||
body => 'glossary body',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue