diff -r ba5022639c76 -r 50b3287d06dd client/js/defaults.js --- a/client/js/defaults.js Wed May 15 18:17:18 2013 +0200 +++ b/client/js/defaults.js Tue May 28 16:45:12 2013 +0200 @@ -14,6 +14,8 @@ /* Show bins in left column */ properties: [], /* Semantic properties for edges */ + show_editor: true, + /* Show the graph editor... Setting this to "false" only shows the bins part ! */ read_only: false, /* Allows editing of renkan without changing the rest of the GUI. Can be switched on/off on the fly to block/enable editing */ editor_mode: true,