aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-05-19 16:05:39 -0500
committerMark Felder <feld@FreeBSD.org>2020-05-19 16:05:39 -0500
commit918ee46417036e3325b6a1d6e8d51ca78bcb31ac (patch)
treebe1589433f6051733ef6619813b97845ec66c519
parent48bcb22146ba84c174521147e004fd26c666ca84 (diff)
downloadpleroma-918ee46417036e3325b6a1d6e8d51ca78bcb31ac.tar.gz
Synchronize :fe settings in config.exs
-rw-r--r--config/config.exs30
1 files changed, 21 insertions, 9 deletions
diff --git a/config/config.exs b/config/config.exs
index c51884f3a..7b99a41aa 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -271,20 +271,32 @@ config :pleroma, :markup,
config :pleroma, :frontend_configurations,
pleroma_fe: %{
- theme: "pleroma-dark",
- logo: "/static/logo.png",
- background: "/images/city.jpg",
- redirectRootNoLogin: "/main/all",
- redirectRootLogin: "/main/friends",
- showInstanceSpecificPanel: true,
- scopeOptionsEnabled: false,
- formattingOptionsEnabled: false,
+ alwaysShowSubjectInput: true,
+ background: "/static/aurora_borealis.jpg",
collapseMessageWithSubject: false,
+ disableChat: false,
+ greentext: false,
+ hideFilteredStatuses: false,
+ hideMutedPosts: false,
hidePostStats: false,
+ hideSitename: false,
hideUserStats: false,
+ loginMethod: "password",
+ logo: "/static/logo.png",
+ logoMargin: ".1em",
+ logoMask: true,
+ minimalScopesMode: false,
+ noAttachmentLinks: false,
+ nsfwCensorImage: "",
+ postContentType: "text/plain",
+ redirectRootLogin: "/main/friends",
+ redirectRootNoLogin: "/main/all",
scopeCopy: true,
+ showFeaturesPanel: true,
+ showInstanceSpecificPanel: false,
subjectLineBehavior: "email",
- alwaysShowSubjectInput: true
+ theme: "pleroma-dark",
+ webPushNotifications: false
},
masto_fe: %{
showInstanceSpecificPanel: true