diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-12 14:31:04 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-12 14:31:04 +0300 |
commit | 19ad94405695af366fc08bafc14ce306a44806d4 (patch) | |
tree | 42d5f8f1cc4e0331003b30a9ca0f5257c9e1a938 /config/description.exs | |
parent | bf95bf34927f45b891c805797be454c06f34f8ff (diff) | |
download | pleroma-frontend-dl-task.tar.gz |
frontends dirfrontend-dl-task
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 9fdcfcd96..1a272ec84 100644 --- a/config/description.exs +++ b/config/description.exs @@ -733,6 +733,14 @@ config :pleroma, :config_description, [ ] }, %{ + key: :frontends_dir, + type: :string, + description: "Instance frontends directory", + suggestions: [ + "instance/frontends/" + ] + }, + %{ key: :allowed_post_formats, type: {:list, :string}, description: "MIME-type list of formats allowed to be posted (transformed into HTML)", |