all macro template docs broken into variable entries

This commit is contained in:
Colin Kuskie 2006-06-02 03:27:36 +00:00
parent e19ab5f67a
commit c0dd288dfc
14 changed files with 283 additions and 143 deletions

View file

@ -5,6 +5,63 @@ our $HELP = {
'product' => {
title => 'product title',
body => 'product body',
variables => [
{
'name' => 'variants.message'
},
{
'name' => 'variantLoop',
'variables' => [
{
'name' => 'variant.compositionLoop',
'variables' => [
{
'name' => 'parameter'
},
{
'name' => 'value'
}
]
},
{
'name' => 'variant.variantId'
},
{
'name' => 'variant.price'
},
{
'name' => 'variant.weight'
},
{
'name' => 'variant.sku'
},
{
'name' => 'variant.addToCart.url'
},
{
'name' => 'variant.addToCart.label'
}
]
},
{
'name' => 'productId'
},
{
'name' => 'title'
},
{
'name' => 'description'
},
{
'name' => 'price'
},
{
'name' => 'weight'
},
{
'name' => 'sku'
}
],
fields => [
],
related => [