--- a/client/js/defaults.js Mon Jun 15 12:08:14 2015 +0200
+++ b/client/js/defaults.js Tue Jun 16 11:36:09 2015 +0200
@@ -116,6 +116,15 @@
/* Label to display on untitled nodes */
change_shapes: true,
/* Change shapes enabled */
+ change_types: true,
+ /* Change type enabled */
+
+ /* NODE EDITOR TEMPLATE*/
+
+ node_editor_templates: {
+ "default": "templates/nodeeditor_readonly.html",
+ "video": "templates/nodeeditor_video.html"
+ },
/* EDGE DISPLAY OPTIONS */
@@ -198,5 +207,4 @@
show_edge_tooltip_nodes: true,
show_edge_tooltip_creator: true,
-
};