i18n and docs for the template Style Wizard
This commit is contained in:
parent
8bace2e619
commit
a88c9b93c5
3 changed files with 288 additions and 23 deletions
|
|
@ -58,6 +58,65 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'style wizard' => {
|
||||
title => 'style wizard',
|
||||
body => 'style wizard help',
|
||||
fields => [
|
||||
{
|
||||
title => 'site name',
|
||||
description => 'site name description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'logo',
|
||||
description => 'logo description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'page background color',
|
||||
description => 'page background color description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'header background color',
|
||||
description => 'header background color description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'header text color',
|
||||
description => 'header text color description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'body background color',
|
||||
description => 'body background color description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'body text color',
|
||||
description => 'body text color description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'menu background color',
|
||||
description => 'menu background color description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'link color',
|
||||
description => 'link color description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'visited link color',
|
||||
description => 'visited link color description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue