summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2015-02-27 09:42:47 +0100
committerJochen Topf <jochen@topf.org>2015-02-27 09:42:47 +0100
commit441dce41853082a062afdfac805421f204b64f34 (patch)
tree2ccdf2322294779fa5d4f727fb34a117c59d2814 /taginfo-config-example.json
parent190afd5d0aec8a140bb95f97f4761c1353e14cc5 (diff)
downloadtaginfo-441dce41853082a062afdfac805421f204b64f34.tar
taginfo-441dce41853082a062afdfac805421f204b64f34.tar.gz
Make display of new 'similar' tab configurable.
There is a setting now in the configuration file. Display is off by default until people have a chance to upgrade their taginfo version, so that the data needed for displaying this is actually available.
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index 8727d9c..544144f 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -106,6 +106,12 @@
"tokenizer": "simple"
}
},
+ // Settings for the web user interface
+ "user_interface": {
+ "key_page": {
+ "show_tab_similar": false
+ }
+ },
"logging": {
// directory for log files
"directory": "/osm/taginfo/var/log",