diff -r bdf851bb1c4f -r 48235ed6b07d client/js/defaults.js --- a/client/js/defaults.js Wed Jun 03 19:16:58 2015 +0200 +++ b/client/js/defaults.js Thu Jun 04 10:04:01 2015 +0200 @@ -10,6 +10,10 @@ /* List of Bins */ static_url: "", /* URL for static resources */ + popup_editor: true, + /* show the node editor as a popup inside the renkan view */ + editor_panel: 'editor-panel', + /* GUI continer DOM element ID of the editor panel */ show_bins: true, /* Show bins in left column */ properties: [],