diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:03:42 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:03:42 -0500 |
commit | 1b9358116246a6c4c5fcfce0b15b11f2c92d1e07 (patch) | |
tree | 16fb6024642849d384e064538841b18dc93979ba | |
parent | 3525400eb2c8c9fd7ac0cac7c3e3f2cd0e340274 (diff) | |
download | pleroma-1b9358116246a6c4c5fcfce0b15b11f2c92d1e07.tar.gz |
Synchronize suggestions with all available static/config.json settings
-rw-r--r-- | config/description.exs | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/config/description.exs b/config/description.exs index 36ec3d40a..65353efc3 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1105,24 +1105,32 @@ config :pleroma, :config_description, [ description: "Settings for Pleroma FE", suggestions: [ %{ - 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, - logoMask: false, - logoMargin: ".1em", - stickers: false, - enableEmojiPicker: false + theme: "pleroma-dark", + webPushNotifications: false } ], children: [ |