Finished Metadata implementation
This commit is contained in:
parent
3ef3248e61
commit
cfceb1f68c
15 changed files with 272 additions and 82 deletions
|
|
@ -185,6 +185,10 @@ our $HELP = {
|
|||
tag => 'message board add/edit',
|
||||
namespace => 'MessageBoard'
|
||||
},
|
||||
{
|
||||
tag => 'metadata manage',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'poll add/edit',
|
||||
namespace => 'Poll'
|
||||
|
|
@ -1109,6 +1113,39 @@ our $HELP = {
|
|||
}
|
||||
]
|
||||
},
|
||||
'metadata manage'=> {
|
||||
title => 'Metadata, Manage',
|
||||
body => 'metadata manage body',
|
||||
related => [
|
||||
{
|
||||
tag => 'user macros',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'wobject add/edit',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
],
|
||||
},
|
||||
'metadata edit property' => {
|
||||
title => 'Metadata, Edit property',
|
||||
body => 'metadata edit property body',
|
||||
related => [
|
||||
{
|
||||
tag => 'metadata manage',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'user macros',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'wobject add/edit',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,12 @@ our $HELP = {
|
|||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
},
|
||||
{
|
||||
tag => 'metadata manage',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue