--- a/client/js/defaults.js Mon Jun 01 11:53:03 2015 +0200
+++ b/client/js/defaults.js Tue Jun 02 00:39:47 2015 +0200
@@ -37,7 +37,7 @@
Set to 0 for delete confirm */
autoscale_padding: 50,
resize: true,
-
+
/* zoom options */
show_zoom: true,
/* show zoom buttons */
@@ -45,8 +45,8 @@
/* show buttons to save view */
default_view: false,
/* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */
-
-
+
+
/* TOP BAR BUTTONS */
show_search_field: true,
show_user_list: true,
@@ -74,7 +74,7 @@
minimap_border_color: "#cccccc",
minimap_highlight_color: "#ffff00",
minimap_highlight_weight: 5,
-
+
/* EDGE/NODE COMMON OPTIONS */
@@ -82,6 +82,8 @@
buttons_label_color: "#c000c0",
buttons_label_font_size: 9,
+ default_dash_array : [4, 5],
+
/* NODE DISPLAY OPTIONS */
show_node_circles: true,
@@ -133,7 +135,7 @@
show_node_editor_uri: true,
show_node_editor_description: true,
show_node_editor_size: true,
- show_node_editor_color: true,
+ show_node_editor_style: true,
show_node_editor_image: true,
show_node_editor_creator: true,
allow_image_upload: true,