Update formatting and default feed menu

This commit is contained in:
Omar Roth
2019-03-04 10:46:58 -06:00
parent 004fb96b2f
commit aa63c3f70e
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ user: String,
domain: String?, # Domain to be used for links to resources on the site where an absolute URL is required
use_pubsub_feeds: {type: Bool, default: false}, # Subscribe to channels using PubSubHubbub (requires domain, hmac_key)
default_home: {type: String, default: "Top"},
feed_menu: {type: Array(String), default: ["Popular", "Top", "Trending"]},
feed_menu: {type: Array(String), default: ["Popular", "Top", "Trending", "Subscriptions"]},
top_enabled: {type: Bool, default: true},
captcha_enabled: {type: Bool, default: true},
login_enabled: {type: Bool, default: true},