diff options
author | Hakaba Hitoyo <example@example.com> | 2018-02-03 23:09:26 +0900 |
---|---|---|
committer | Hakaba Hitoyo <example@example.com> | 2018-02-03 23:09:26 +0900 |
commit | bffc78f2a853943be2f81fdd901c3279a9920737 (patch) | |
tree | 4a67f285ee908312f4257f566e253700e56c6deb | |
parent | 15cb3f2b01dfd914fa414174602ad03b41dfa768 (diff) | |
download | pleroma-bffc78f2a853943be2f81fdd901c3279a9920737.tar.gz |
add backend default for instance specific panel
-rw-r--r-- | priv/static/instance/panel.html | 1 | ||||
-rw-r--r-- | priv/static/static/config.json | 3 |
2 files changed, 3 insertions, 1 deletions
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 <a href="https://pleroma.social" target="_blank">Pleroma</a> 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 } |