add support for bbcode
This commit is contained in:
parent
2bd880be88
commit
501af917b5
3 changed files with 30 additions and 1 deletions
|
|
@ -221,7 +221,8 @@ config :pleroma, :instance,
|
|||
allowed_post_formats: [
|
||||
"text/plain",
|
||||
"text/html",
|
||||
"text/markdown"
|
||||
"text/markdown",
|
||||
"text/bbcode"
|
||||
],
|
||||
mrf_transparency: true,
|
||||
autofollowed_nicknames: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue