aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2018-09-01 05:57:58 +0000
committerShpuld Shpludson <shp@cock.li>2018-09-01 05:57:58 +0000
commit20b0ffc0b9978799ed34fc3b8c85aa8fe56f2eeb (patch)
tree1fd8359715114cf4ba6fef8e7f6d69ff63bf1d26 /static
parenta8ae2a5b11a1afd5b1317e5b36130782864a4f10 (diff)
parentd6240c25cf975e743511623563193dea1dc9cc53 (diff)
Merge branch 'imvomitingasicodethisshit' into 'develop'
Made showing format selection optional and default to false See merge request pleroma/pleroma-fe!329
Diffstat (limited to 'static')
-rw-r--r--static/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/config.json b/static/config.json
index ccc4aebd..144fe951 100644
--- a/static/config.json
+++ b/static/config.json
@@ -9,5 +9,6 @@
"chatDisabled": false,
"showInstanceSpecificPanel": false,
"scopeOptionsEnabled": false,
+ "formattingOptionsEnabled": false,
"collapseMessageWithSubject": false
}