aboutsummaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-07-31 12:28:38 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-07-31 12:28:38 +0300
commitf6c543a82a71610df87191b24934ffd6eacbe0ab (patch)
tree9ae983b0f31debe2a27e9ed2a69c7e18bfa2f81a /config/description.exs
parenteeafcb9579fe559e85441a5b7864f7671d4880e8 (diff)
downloadpleroma-frontends/static.tar.gz
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/description.exs b/config/description.exs
index 11fbe0d78..277348d42 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -3153,21 +3153,6 @@ config :pleroma, :config_description, [
},
%{
group: :pleroma,
- key: :static_fe,
- label: "Static FE",
- type: :group,
- description:
- "Render profiles and posts using server-generated HTML that is viewable without using JavaScript",
- children: [
- %{
- key: :enabled,
- type: :boolean,
- description: "Enables the rendering of static HTML. Default: disabled."
- }
- ]
- },
- %{
- group: :pleroma,
key: :feed,
type: :group,
description: "Configure feed rendering",