Add default config for masto_fe
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 6 Mar 2019 01:25:13 +0000 (02:25 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 6 Mar 2019 01:26:14 +0000 (02:26 +0100)
Related to: https://git.pleroma.social/pleroma/mastofe/merge_requests/22

config/config.exs
docs/config.md

index a620e74517c8f52f350e192d7ac80b2b66d46ad5..a867dd0bcbe1aa6bc51eed5be27383018fa4b6d9 100644 (file)
@@ -215,6 +215,9 @@ config :pleroma, :frontend_configurations,
     scopeCopy: true,
     subjectLineBehavior: "email",
     alwaysShowSubjectInput: true
+  },
+  masto_fe: %{
+    showInstanceSpecificPanel: true
   }
 
 config :pleroma, :activitypub,
index d1bf2a6f461f755c3828a8486de51f0c162b2091..465bc1d2b9b26cc0a81b1197afd96cec04a8d296 100644 (file)
@@ -129,7 +129,7 @@ See: [logger’s documentation](https://hexdocs.pm/logger/Logger.html) and [ex_s
 
 ## :frontend_configurations
 
-This can be used to configure a keyword list that keeps the configuration data for any kind of frontend. By default, settings for `pleroma_fe` are configured.
+This can be used to configure a keyword list that keeps the configuration data for any kind of frontend. By default, settings for `pleroma_fe` and `masto_fe` are configured.
 
 Frontends can access these settings at `/api/pleroma/frontend_configurations`