document macros for subscription items
This commit is contained in:
parent
c2c16438f1
commit
30b05c41c4
4 changed files with 100 additions and 0 deletions
18
lib/WebGUI/Help/SubscriptionItem.pm
Normal file
18
lib/WebGUI/Help/SubscriptionItem.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::Help::SubscriptionItem;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'subscription item' => {
|
||||
title => 'subscription item title',
|
||||
body => 'subscription item body',
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
18
lib/WebGUI/Help/SubscriptionItemPurchaseUrl.pm
Normal file
18
lib/WebGUI/Help/SubscriptionItemPurchaseUrl.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::Help::SubscriptionItemPurchaseUrl;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'subscription item purchase url' => {
|
||||
title => 'subscription item purchase url title',
|
||||
body => 'subscription item purchase url body',
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue