config: allow for accepted post formats to be configured
This commit is contained in:
parent
52b05137c5
commit
285ac80c36
2 changed files with 12 additions and 2 deletions
|
|
@ -74,7 +74,12 @@ config :pleroma, :instance,
|
|||
rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy,
|
||||
public: true,
|
||||
quarantined_instances: [],
|
||||
managed_config: true
|
||||
managed_config: true,
|
||||
allowed_post_formats: [
|
||||
"text/plain",
|
||||
"text/html",
|
||||
"text/markdown"
|
||||
]
|
||||
|
||||
config :pleroma, :markup,
|
||||
# XXX - unfortunately, inline images must be enabled by default right now, because
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue