summaryrefslogtreecommitdiffstats
path: root/web/static
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-11-13 22:56:41 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-11-27 23:17:45 +0100
commit79e9244dc9977c6ec6adc78631c0485efa9f60af (patch)
treeecb7d6e68603771ca53f79bd312b4f6a72af31d0 /web/static
parentabec097da19a56a73270a3e9b30198c07b1210ea (diff)
downloadchat-79e9244dc9977c6ec6adc78631c0485efa9f60af.tar.gz
chat-79e9244dc9977c6ec6adc78631c0485efa9f60af.tar.bz2
chat-79e9244dc9977c6ec6adc78631c0485efa9f60af.zip
allow to toggle features in backend
Diffstat (limited to 'web/static')
-rw-r--r--[l---------]web/static/config/pre_release_features.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/static/config/pre_release_features.json b/web/static/config/pre_release_features.json
index fa410e1d1..d1b27ecf9 120000..100644
--- a/web/static/config/pre_release_features.json
+++ b/web/static/config/pre_release_features.json
@@ -1 +1,6 @@
-../../../config/pre_release_features.json \ No newline at end of file
+[
+ {
+ "label": "#1389",
+ "description": "Show markdown preview option in message input box"
+ }
+] \ No newline at end of file