1
0
Fork 0

Merge pull request #9979 from annando/less-blocking

Reduce blocks when removing orphans
This commit is contained in:
Hypolite Petovan 2021-03-03 08:40:25 -05:00 committed by GitHub
commit 1e996af321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 97 additions and 25 deletions

View file

@ -56,6 +56,10 @@ return [
// Manual list of addons which are enabled on this system.
'addon' => '',
// add_missing_posts (boolean)
// Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them
'add_missing_posts' => false,
// allowed_themes (Comma-separated list)
// Themes users can change to in their settings.
'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly',