add missing help for new WikiMaster fields and asset level template variables
This commit is contained in:
parent
2ad1b494fe
commit
c24e711e42
2 changed files with 26 additions and 0 deletions
|
|
@ -91,6 +91,16 @@ our $HELP = {
|
||||||
description => 'max image size help',
|
description => 'max image size help',
|
||||||
namespace => 'Asset_WikiMaster',
|
namespace => 'Asset_WikiMaster',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title => 'content filter',
|
||||||
|
description => 'content filter description',
|
||||||
|
namespace => 'Asset_WikiMaster',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title => 'filter code',
|
||||||
|
description => 'filter code description',
|
||||||
|
namespace => 'Asset_WikiMaster',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
related => [
|
related => [
|
||||||
{
|
{
|
||||||
|
|
@ -302,6 +312,12 @@ our $HELP = {
|
||||||
{
|
{
|
||||||
'name' => 'thumbnailSize',
|
'name' => 'thumbnailSize',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'name' => 'useContentFilter',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'filterCode',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'name' => 'maxImageSize',
|
'name' => 'maxImageSize',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -478,6 +478,16 @@ our $I18N = {
|
||||||
lastUpdated=> 0,
|
lastUpdated=> 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'useContentFilter' => {
|
||||||
|
message => q|Boolean value that is true when this Wiki has been set to filter content.|,
|
||||||
|
lastUpdated=> 0,
|
||||||
|
},
|
||||||
|
|
||||||
|
'filterCode' => {
|
||||||
|
message => q|Strings that indicate the level of content filtering.|,
|
||||||
|
lastUpdated=> 0,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue