aboutsummaryrefslogtreecommitdiff
path: root/config
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
parenteeafcb9579fe559e85441a5b7864f7671d4880e8 (diff)
downloadpleroma-frontends/static.tar.gz
Diffstat (limited to 'config')
-rw-r--r--config/config.exs2
-rw-r--r--config/description.exs15
2 files changed, 0 insertions, 17 deletions
diff --git a/config/config.exs b/config/config.exs
index 857e0afbb..dbb1622aa 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -646,8 +646,6 @@ config :pleroma, Pleroma.ActivityExpiration, enabled: true
config :pleroma, Pleroma.Plugs.RemoteIp, enabled: true
-config :pleroma, :static_fe, enabled: false
-
# Example of frontend configuration
# This example will make us serve the primary frontend from the
# frontends directory within your `:pleroma, :instance, static_dir`.
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",