--- a/client/js/defaults.js Thu Mar 31 16:38:35 2016 +0200
+++ b/client/js/defaults.js Fri Mar 18 14:15:23 2016 +0100
@@ -52,21 +52,25 @@
view_show_hiddennodes: true,
/* Show all the node when the Renkan is loaded */
default_index_view: -1,
-
+
/* URL parsing */
url_parameters: true,
/* accept or not hash parameters in the url */
update_url: true,
/* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */
/* Considered as false if url_parameters is false */
-
+
/* TOP BAR BUTTONS */
show_search_field: true,
show_user_list: true,
+ /* show the user list */
user_name_editable: true,
+ /* allow the edition of the user name */
user_color_editable: true,
+ /* allow the edition of the user color */
show_user_color: true,
+ /* show user colors in the list */
show_save_button: true,
show_export_button: true,
show_open_button: false,