diff options
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 15 |
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", |