logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 4cbaab2181e7dd5e471b78481997fa4ad049e192
parent: 96901b6554b4932db018986e8745bc827fa0500b
Author: kaniini <nenolod@gmail.com>
Date:   Wed,  6 Mar 2019 13:19:26 +0000

Merge branch 'features/masto_fe-config' into 'develop'

Add default config for masto_fe

See merge request pleroma/pleroma!906

Diffstat:

Mconfig/config.exs3+++
Mdocs/config.md2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/config/config.exs b/config/config.exs @@ -215,6 +215,9 @@ config :pleroma, :frontend_configurations, scopeCopy: true, subjectLineBehavior: "email", alwaysShowSubjectInput: true + }, + masto_fe: %{ + showInstanceSpecificPanel: true } config :pleroma, :activitypub, diff --git a/docs/config.md b/docs/config.md @@ -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`