Add an option to disable a given rich editor Asset site wide.
Added new column in table(default 0), label, hoverHelp and help field entry.
This commit is contained in:
parent
cd6759f311
commit
ac39689ddb
5 changed files with 36 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ our $HELP = {
|
|||
title => 'rich edit add/edit title',
|
||||
body => 'rich edit add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'disable rich edit',
|
||||
description => 'disable rich edit description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'using rich edit',
|
||||
description => 'using rich edit description',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue