document the new product variant id template variable
This commit is contained in:
parent
57029b2a65
commit
d8fde8a5ed
2 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ our $HELP = {
|
|||
{ 'name' => 'addvariant_label' },
|
||||
{ 'name' => 'variant_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'variant_id' },
|
||||
{ 'name' => 'variant_controls' },
|
||||
{ 'name' => 'variant_sku' },
|
||||
{ 'name' => 'variant_title' },
|
||||
|
|
|
|||
|
|
@ -723,6 +723,11 @@ be useful, others may not.|,
|
|||
lastUpdated => 1210029452,
|
||||
},
|
||||
|
||||
'variant_id' => {
|
||||
message => q|The unique identifier for this variant.|,
|
||||
lastUpdated => 1221777106,
|
||||
},
|
||||
|
||||
'variant_controls' => {
|
||||
message => q|An icon toolbar for editing, deleting, or reordering this variant.|,
|
||||
lastUpdated => 1210029452,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue