added Subscribable AssetAspect to Wiki

This commit is contained in:
Doug Bell 2009-09-09 17:24:00 -05:00
parent b838102df5
commit 0697673846
15 changed files with 936 additions and 56 deletions

View file

@ -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 => [],

View file

@ -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;