all macro template docs broken into variable entries
This commit is contained in:
parent
e19ab5f67a
commit
c0dd288dfc
14 changed files with 283 additions and 143 deletions
|
|
@ -5,6 +5,20 @@ our $HELP = {
|
|||
'subscription item' => {
|
||||
title => 'subscription item title',
|
||||
body => 'subscription item body',
|
||||
variables => [
|
||||
{
|
||||
'name' => 'url'
|
||||
},
|
||||
{
|
||||
'name' => 'name'
|
||||
},
|
||||
{
|
||||
'name' => 'description'
|
||||
},
|
||||
{
|
||||
'name' => 'price'
|
||||
}
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue