client/js/defaults.js
changeset 482 a55c33989404
parent 470 47308aa6ce94
child 487 48be7ebb3187
equal deleted inserted replaced
481:66c3b474a331 482:a55c33989404
   114         /* Maximum displayed text length */
   114         /* Maximum displayed text length */
   115     label_untitled_nodes: "(untitled)",
   115     label_untitled_nodes: "(untitled)",
   116         /* Label to display on untitled nodes */
   116         /* Label to display on untitled nodes */
   117     change_shapes: true,
   117     change_shapes: true,
   118         /* Change shapes enabled */
   118         /* Change shapes enabled */
       
   119     change_types: true,
       
   120     /* Change type enabled */
       
   121     
       
   122     /* NODE EDITOR TEMPLATE*/
       
   123     
       
   124     node_editor_templates: {
       
   125         "default": "templates/nodeeditor_readonly.html",
       
   126         "video": "templates/nodeeditor_video.html"
       
   127     },
   119 
   128 
   120     /* EDGE DISPLAY OPTIONS */
   129     /* EDGE DISPLAY OPTIONS */
   121 
   130 
   122     edge_stroke_width: 2,
   131     edge_stroke_width: 2,
   123     edge_stroke_max_width: 12,
   132     edge_stroke_max_width: 12,
   196     show_edge_tooltip_uri: true,
   205     show_edge_tooltip_uri: true,
   197     show_edge_tooltip_color: true,
   206     show_edge_tooltip_color: true,
   198     show_edge_tooltip_nodes: true,
   207     show_edge_tooltip_nodes: true,
   199     show_edge_tooltip_creator: true,
   208     show_edge_tooltip_creator: true,
   200 
   209 
   201 
       
   202 };
   210 };