Implemented RFE 9204 - Add Reply Filter Code and Reply Rich Editor Option to Collaboration System - Provides ability to specify different Rich Editors and FilterCodes for posts (start of thread) and replies
This commit is contained in:
parent
90717eee40
commit
2fb41ce8e8
5 changed files with 67 additions and 5 deletions
|
|
@ -593,6 +593,13 @@ sub definition {
|
|||
label=>$i18n->get('filter code'),
|
||||
hoverHelp=>$i18n->get('filter code description'),
|
||||
},
|
||||
replyFilterCode =>{
|
||||
fieldType=>"filterContent",
|
||||
defaultValue=>'javascript',
|
||||
tab=>'security',
|
||||
label=>$i18n->get('reply filter code'),
|
||||
hoverHelp=>$i18n->get('reply filter code description'),
|
||||
},
|
||||
richEditor =>{
|
||||
fieldType=>"selectRichEditor",
|
||||
defaultValue=>"PBrichedit000000000002",
|
||||
|
|
@ -600,6 +607,13 @@ sub definition {
|
|||
label=>$i18n->get('rich editor'),
|
||||
hoverHelp=>$i18n->get('rich editor description'),
|
||||
},
|
||||
replyRichEditor =>{
|
||||
fieldType=>"selectRichEditor",
|
||||
defaultValue=>"PBrichedit000000000002",
|
||||
tab=>'display',
|
||||
label=>$i18n->get('reply rich editor'),
|
||||
hoverHelp=>$i18n->get('reply rich editor description'),
|
||||
},
|
||||
attachmentsPerPost =>{
|
||||
fieldType=>"integer",
|
||||
defaultValue=>0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue