add backend default for instance specific panel
authorHakaba Hitoyo <example@example.com>
Sat, 3 Feb 2018 14:09:26 +0000 (23:09 +0900)
committerHakaba Hitoyo <example@example.com>
Sat, 3 Feb 2018 14:09:26 +0000 (23:09 +0900)
priv/static/instance/panel.html [new file with mode: 0644]
priv/static/static/config.json

diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html
new file mode 100644 (file)
index 0000000..69fa1b9
--- /dev/null
@@ -0,0 +1 @@
+This is a <a href="https://pleroma.social" target="_blank">Pleroma</a> instance.
index c920e1d6efa597bae138bc1b66cca046df0ef74c..168fa0ff13c774fa4221146e0857cdb1ab94c0ec 100644 (file)
@@ -5,5 +5,6 @@
   "logo": "/static/logo.png",
   "registrationOpen": true,
   "defaultPath": "/main/all",
-  "chatDisabled": false
+  "chatDisabled": false,
+  "showInstanceSpecificPanel": true
 }