diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 885571020..3f8d4bdfb 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -181,6 +181,12 @@ sub SETTINGS { default => 'off', category => 'Searching' }, + { + name => 'autosize_comments', + options => ['on', 'off'], + default => 'on', + category => 'User Interface' + }, ]; }; |