added: Ability to enable / disable archiving per Collaboration System. fixed Mech tests again
This commit is contained in:
parent
3316f2a0f4
commit
aae6a32df4
6 changed files with 50 additions and 2 deletions
|
|
@ -552,6 +552,13 @@ sub definition {
|
|||
label=>$i18n->get('posts/page'),
|
||||
hoverHelp=>$i18n->get('posts/page description'),
|
||||
},
|
||||
archiveEnabled => {
|
||||
fieldType => "yesNo",
|
||||
defaultValue => 1,
|
||||
tab => 'properties',
|
||||
label => $i18n->get('editForm archiveEnabled label'),
|
||||
hoverHelp => $i18n->get('editForm archiveEnabled description'),
|
||||
},
|
||||
archiveAfter =>{
|
||||
fieldType=>"interval",
|
||||
defaultValue=>31536000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue