aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-07-12 05:52:54 +0000
committerlambda <pleromagit@rogerbraun.net>2018-07-12 05:52:54 +0000
commit88c9ab44521d20d119a82684e7a55a0caf22ca17 (patch)
tree0ae44ea013aeb0bf5c4fadf4e770b0d2694575bd /static/config.json
parentc07adb71212e6ffe73deb58f0efade8264e7f7b9 (diff)
parent158342fc394b7fded6e25b8cb40516ccaff6ac26 (diff)
Merge branch 'cw-clickthrough' into 'develop'
Add click-to-show content warnings on posts See merge request pleroma/pleroma-fe!291
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index 4dacfebe..4fdddf29 100644
--- a/static/config.json
+++ b/static/config.json
@@ -11,5 +11,6 @@
"whoToFollowLink": "https://vinayaka.distsn.org/?{{host}}+{{user}}",
"whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html",
"showInstanceSpecificPanel": false,
- "scopeOptionsEnabled": false
+ "scopeOptionsEnabled": true,
+ "clickThroughContentWarningsEnabled": true
}