Cleanup overrides.inc.php to contain all currently available override options.

This commit is contained in:
Retro_Guy 2024-04-18 04:19:25 -07:00
parent ee3a34af5b
commit c449af9f53
1 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,9 @@ return [
// Disable Message-ID search in header
'disable_msgid_search' => false,
// Display bot count in footer
'count_bots' => false,
// Set default for new registered users to 'show' or 'hide'
// Unsubscribed groups (else default is 'hide')
@ -41,6 +44,10 @@ return [
// Disable display of X-Face
'disable_xface' => false,
// Disable immediate post insertion (wait for remote server)
// for a SECTION. Comma separated list ex: 'rocksolid,section3,section5',
'insert_disable' => 'sectionONE, sectionTWO',
// Disable posting attachments by section
// List section names to disable:
@ -50,4 +57,3 @@ return [
// Just leave this here to avoid comma errors
'comma' => true
];
?>