diff -r 4021b3ea388b -r 705a2e9c6c9d client/js/defaults.js --- a/client/js/defaults.js Mon Apr 27 17:23:14 2015 +0200 +++ b/client/js/defaults.js Tue May 05 17:59:14 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: [],