Also add new sidebarRight setting
authorMark Felder <feld@FreeBSD.org>
Wed, 20 May 2020 17:22:31 +0000 (12:22 -0500)
committerMark Felder <feld@FreeBSD.org>
Wed, 20 May 2020 17:22:31 +0000 (12:22 -0500)
config/config.exs
config/description.exs

index 7b99a41aa96632f7264a88d899d799461cd19701..e9a727557558ae2b4611e6a663fee6cfa743fdb2 100644 (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",
index 324cae8cfc4c976d0fa689f38e4db20ef0e69f33..716bcf4ffa5ed94a64f57ad3172cd68e4957f4b6 100644 (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",