diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-05-20 17:45:19 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-05-20 17:45:19 +0000 |
commit | 42b06d78dfc9cec2a31bcb4676cc0135863ca97d (patch) | |
tree | 45dff98bc69fc22615c964316b3440cec6ebb1a7 /config/config.exs | |
parent | 265746b21f5a58f49efbdbe9d9eecd697781b93b (diff) | |
parent | 4c48626585d2efae21625d106dac7e28b3227925 (diff) | |
download | pleroma-42b06d78dfc9cec2a31bcb4676cc0135863ca97d.tar.gz |
Merge branch 'chore/update-config-fe' into 'develop'
Synchronize :fe settings in config.exs
See merge request pleroma/pleroma!2560
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/config/config.exs b/config/config.exs index 248cf2455..1b11b4fa9 100644 --- a/config/config.exs +++ b/config/config.exs @@ -272,20 +272,33 @@ 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, + sidebarRight: false, + showFeaturesPanel: true, + showInstanceSpecificPanel: false, subjectLineBehavior: "email", - alwaysShowSubjectInput: true + theme: "pleroma-dark", + webPushNotifications: false }, masto_fe: %{ showInstanceSpecificPanel: true |