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/description.exs | |
| parent | 265746b21f5a58f49efbdbe9d9eecd697781b93b (diff) | |
| parent | 4c48626585d2efae21625d106dac7e28b3227925 (diff) | |
| download | pleroma-42b06d78dfc9cec2a31bcb4676cc0135863ca97d.tar.gz pleroma-42b06d78dfc9cec2a31bcb4676cc0135863ca97d.zip | |
Merge branch 'chore/update-config-fe' into 'develop'
Synchronize :fe settings in config.exs
See merge request pleroma/pleroma!2560
Diffstat (limited to 'config/description.exs')
| -rw-r--r-- | config/description.exs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 324cae8cf..716bcf4ff 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1117,6 +1117,7 @@ config :pleroma, :config_description, [ redirectRootLogin: "/main/friends", redirectRootNoLogin: "/main/all", scopeCopy: true, + sidebarRight: false, showFeaturesPanel: true, showInstanceSpecificPanel: false, subjectLineBehavior: "email", @@ -1257,6 +1258,12 @@ config :pleroma, :config_description, [ description: "Copy the scope (private/unlisted/public) in replies to posts by default" }, %{ + key: :sidebarRight, + label: "Sidebar on Right", + type: :boolean, + description: "Change alignment of sidebar and panels to the right." + }, + %{ key: :showFeaturesPanel, label: "Show instance features panel", type: :boolean, |
