From bffc78f2a853943be2f81fdd901c3279a9920737 Mon Sep 17 00:00:00 2001 From: Hakaba Hitoyo Date: Sat, 3 Feb 2018 23:09:26 +0900 Subject: [PATCH] add backend default for instance specific panel --- priv/static/instance/panel.html | 1 + priv/static/static/config.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 priv/static/instance/panel.html diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html new file mode 100644 index 000000000..69fa1b926 --- /dev/null +++ b/priv/static/instance/panel.html @@ -0,0 +1 @@ +This is a Pleroma instance. diff --git a/priv/static/static/config.json b/priv/static/static/config.json index c920e1d6e..168fa0ff1 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -5,5 +5,6 @@ "logo": "/static/logo.png", "registrationOpen": true, "defaultPath": "/main/all", - "chatDisabled": false + "chatDisabled": false, + "showInstanceSpecificPanel": true }