summaryrefslogtreecommitdiff
path: root/config/config.md
diff options
context:
space:
mode:
authorscarlett <nia@netbsd.org>2018-12-10 23:32:29 +0000
committerscarlett <nia@netbsd.org>2018-12-10 23:32:29 +0000
commit2999a08e3590c43c623730b0cbf6b93045ac08c1 (patch)
treed7155f1de3527f8cfedbbdaadaef1dcaadddc144 /config/config.md
parent37bd32e58b4c7b5005b05138d6bbe832dd171095 (diff)
parente1cbb183276eb44ae620da5018cb1f6134cadfd4 (diff)
downloadpleroma-2999a08e3590c43c623730b0cbf6b93045ac08c1.tar.gz
pleroma-2999a08e3590c43c623730b0cbf6b93045ac08c1.zip
Merge branch 'new-fe-options' into 'develop'
Add new frontend options to server-side config. See merge request pleroma/pleroma!535
Diffstat (limited to 'config/config.md')
-rw-r--r--config/config.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.md b/config/config.md
index 5b30ddc27..dbbfa9194 100644
--- a/config/config.md
+++ b/config/config.md
@@ -57,6 +57,12 @@ This filter replaces the filename (not the path) of an upload. For complete obfu
* `allowed_post_formats`: MIME-type list of formats allowed to be posted (transformed into HTML)
* `finmoji_enabled`: Whenether to enable the finmojis in the custom emojis.
* `mrf_transparency`: Make the content of your Message Rewrite Facility settings public (via nodeinfo).
+* `scope_copy`: Copy the scope (private/unlisted/public) in replies to posts by default.
+* `subject_line_behavior`: Allows changing the default behaviour of subject lines in replies. Valid values:
+ * "email": Copy and preprend re:, as in email.
+ * "masto": Copy verbatim, as in Mastodon.
+ * "noop": Don't copy the subject.
+* `always_show_subject_input`: When set to false, auto-hide the subject field when it's empty.
## :fe
This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:instance`` is set to false.