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 = {
|
|||
'subscription add/edit' => {
|
||||
title => 'help edit subscription title',
|
||||
body => 'help edit subscription body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'subscription manage',
|
||||
|
|
@ -15,6 +17,8 @@ our $HELP = {
|
|||
'subscription manage' => {
|
||||
title => 'help manage subscriptions title',
|
||||
body => 'help manage subscriptions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'subscription add/edit',
|
||||
|
|
@ -30,6 +34,8 @@ our $HELP = {
|
|||
'subscription codes manage' => {
|
||||
title => 'help manage subscription codes title',
|
||||
body => 'help manage subscription codes body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'create batch',
|
||||
|
|
@ -45,6 +51,8 @@ our $HELP = {
|
|||
'create batch' => {
|
||||
title => 'help create batch title',
|
||||
body => 'help create batch body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'subscription codes manage',
|
||||
|
|
@ -60,6 +68,8 @@ our $HELP = {
|
|||
'manage batch' => {
|
||||
title => 'help manage batch title',
|
||||
body => 'help manage batch body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'create batch',
|
||||
|
|
@ -75,6 +85,8 @@ our $HELP = {
|
|||
'redeem code' => {
|
||||
title => 'help redeem code template title',
|
||||
body => 'help redeem code template body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue