diff options
| author | feld <feld@feld.me> | 2019-02-08 21:27:58 +0000 |
|---|---|---|
| committer | feld <feld@feld.me> | 2019-02-08 21:27:58 +0000 |
| commit | 9768558e7c65f6a4a343d4a78b2297e4888cf77b (patch) | |
| tree | da9e2c0944acd4a2453ef59ac63e622cbbec6b73 /static | |
| parent | da0a5535eb09f6637df921a8a5f951c295bedeac (diff) | |
| parent | 5b52e020e32def19622e3d1df82f93bc716946e2 (diff) | |
Merge branch 'fix/show-features-panel-not-working' into 'develop'
#322 Fix showFeaturesPanel option as instance
See merge request pleroma/pleroma-fe!552
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json index 685846b9..533a5b08 100644 --- a/static/config.json +++ b/static/config.json @@ -20,5 +20,6 @@ "loginMethod": "password", "webPushNotifications": false, "noAttachmentLinks": false, - "nsfwCensorImage": "" + "nsfwCensorImage": "", + "showFeaturesPanel": true } |
