Formatting cleanups that interfere with rendering.
move ui level documentation to the Help file instead of in the i18n file.
This commit is contained in:
parent
7378f8b2df
commit
b6c65315bb
16 changed files with 104 additions and 159 deletions
|
|
@ -9,7 +9,8 @@ our $HELP = {
|
|||
{
|
||||
title => 'cache timeout',
|
||||
namespace => 'Asset_File',
|
||||
description => 'cache timeout help'
|
||||
description => 'cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => 'current file',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ our $HELP = {
|
|||
{
|
||||
title => 'visitor cache timeout',
|
||||
namespace => 'Asset_Folder',
|
||||
description => 'visitor cache timeout help'
|
||||
description => 'visitor cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => 'folder template title',
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ our $HELP = {
|
|||
{
|
||||
title => 'visitor cache timeout',
|
||||
namespace => 'Asset_Matrix',
|
||||
description => 'visitor cache timeout help'
|
||||
description => 'visitor cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => 'categories',
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ our $HELP = {
|
|||
{
|
||||
title => 'visitor cache timeout',
|
||||
namespace => 'Asset_MessageBoard',
|
||||
description => 'visitor cache timeout help'
|
||||
description => 'visitor cache timeout help',
|
||||
uiLevel => 8
|
||||
},
|
||||
{
|
||||
title => '73',
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ our $HELP = {
|
|||
{
|
||||
title => 'cache timeout',
|
||||
namespace => 'Asset_Product',
|
||||
description => 'cache timeout help'
|
||||
description => 'cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => '62',
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ our $HELP = { ##hashref of hashes
|
|||
title => 'form label 1',
|
||||
description => 'form description 1',
|
||||
namespace => 'namespace', #The namespace is called out explicitly
|
||||
uiLevel => 9, #Documenting non-default ui levels on a field
|
||||
},
|
||||
{
|
||||
title => 'form label 2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue