first crack at hover help
This commit is contained in:
parent
de4861506c
commit
b842483dd6
89 changed files with 490 additions and 23 deletions
|
|
@ -4,6 +4,8 @@ our $HELP = {
|
|||
'commerce manage' => {
|
||||
title => 'help manage commerce title',
|
||||
body => 'help manage commerce body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
|
@ -11,6 +13,8 @@ our $HELP = {
|
|||
'list pending transactions' => {
|
||||
title => 'help manage pending transactions title',
|
||||
body => 'help manage pending transactions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
|
@ -18,6 +22,8 @@ our $HELP = {
|
|||
'cancel template' => {
|
||||
title => 'help cancel checkout template title',
|
||||
body => 'help cancel checkout template body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
|
|
@ -33,6 +39,8 @@ our $HELP = {
|
|||
'confirm template' => {
|
||||
title => 'help checkout confirm template title',
|
||||
body => 'help checkout confirm template body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
|
|
@ -48,6 +56,8 @@ our $HELP = {
|
|||
'error template' => {
|
||||
title => 'help checkout error template title',
|
||||
body => 'help checkout error template body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
|
|
@ -63,6 +73,8 @@ our $HELP = {
|
|||
'select payment gateway template' => {
|
||||
title => 'help select payment template title',
|
||||
body => 'help select payment template body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue