added Subscribable AssetAspect to Wiki
This commit is contained in:
parent
b838102df5
commit
0697673846
15 changed files with 936 additions and 56 deletions
|
|
@ -146,6 +146,18 @@ our $HELP = {
|
|||
{ 'name' => 'useContentFilter', },
|
||||
{ 'name' => 'filterCode', },
|
||||
{ 'name' => 'maxImageSize', },
|
||||
{
|
||||
name => 'isSubscribed',
|
||||
description => 'help isSubscribed',
|
||||
},
|
||||
{
|
||||
name => 'subscribeUrl',
|
||||
description => 'help subscribeUrl',
|
||||
},
|
||||
{
|
||||
name => 'unsubscribeUrl',
|
||||
description => 'help unsubscribeUrl',
|
||||
},
|
||||
],
|
||||
fields => [],
|
||||
related => [],
|
||||
|
|
|
|||
|
|
@ -76,6 +76,22 @@ our $HELP = {
|
|||
},
|
||||
{ 'name' => 'editContent', },
|
||||
{ 'name' => 'content', },
|
||||
{
|
||||
name => 'isSubscribed',
|
||||
description => 'help isSubscribed',
|
||||
},
|
||||
{
|
||||
name => 'subscribeUrl',
|
||||
description => 'help subscribeUrl',
|
||||
},
|
||||
{
|
||||
name => 'unsubscribeUrl',
|
||||
description => 'help unsubscribeUrl',
|
||||
},
|
||||
{
|
||||
name => 'owner',
|
||||
description => 'help owner',
|
||||
},
|
||||
],
|
||||
related => [],
|
||||
},
|
||||
|
|
@ -110,6 +126,17 @@ our $HELP = {
|
|||
related => [],
|
||||
},
|
||||
|
||||
|
||||
'subscription template' => {
|
||||
title => 'help subscription title',
|
||||
body => 'help subscription body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'view template',
|
||||
namespace => 'Asset_WikiPage',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue