perltidy'ed the Help files
This commit is contained in:
parent
d95fabf53b
commit
d057dba239
60 changed files with 4949 additions and 9598 deletions
|
|
@ -2,28 +2,14 @@ package WebGUI::Help::Macro_SubscriptionItem;
|
|||
|
||||
our $HELP = {
|
||||
|
||||
'subscription item' => {
|
||||
title => 'subscription item title',
|
||||
body => '',
|
||||
variables => [
|
||||
{
|
||||
'name' => 'url'
|
||||
},
|
||||
{
|
||||
'name' => 'name'
|
||||
},
|
||||
{
|
||||
'name' => 'description'
|
||||
},
|
||||
{
|
||||
'name' => 'price'
|
||||
}
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
'subscription item' => {
|
||||
title => 'subscription item title',
|
||||
body => '',
|
||||
variables =>
|
||||
[ { 'name' => 'url' }, { 'name' => 'name' }, { 'name' => 'description' }, { 'name' => 'price' } ],
|
||||
fields => [],
|
||||
related => []
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue