Also add new sidebarRight setting

This commit is contained in:
Mark Felder 2020-05-20 12:22:31 -05:00
parent 918ee46417
commit 4c48626585
2 changed files with 8 additions and 0 deletions

View File

@ -292,6 +292,7 @@ config :pleroma, :frontend_configurations,
redirectRootLogin: "/main/friends",
redirectRootNoLogin: "/main/all",
scopeCopy: true,
sidebarRight: false,
showFeaturesPanel: true,
showInstanceSpecificPanel: false,
subjectLineBehavior: "email",

View File

@ -1117,6 +1117,7 @@ config :pleroma, :config_description, [
redirectRootLogin: "/main/friends",
redirectRootNoLogin: "/main/all",
scopeCopy: true,
sidebarRight: false,
showFeaturesPanel: true,
showInstanceSpecificPanel: false,
subjectLineBehavior: "email",
@ -1256,6 +1257,12 @@ config :pleroma, :config_description, [
type: :boolean,
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",