equal
deleted
inserted
replaced
8 /* List of Search Engines */ |
8 /* List of Search Engines */ |
9 bins: [], |
9 bins: [], |
10 /* List of Bins */ |
10 /* List of Bins */ |
11 static_url: "", |
11 static_url: "", |
12 /* URL for static resources */ |
12 /* URL for static resources */ |
|
13 popup_editor: true, |
|
14 /* show the node editor as a popup inside the renkan view */ |
|
15 editor_panel: 'editor-panel', |
|
16 /* GUI continer DOM element ID of the editor panel */ |
13 show_bins: true, |
17 show_bins: true, |
14 /* Show bins in left column */ |
18 /* Show bins in left column */ |
15 properties: [], |
19 properties: [], |
16 /* Semantic properties for edges */ |
20 /* Semantic properties for edges */ |
17 show_editor: true, |
21 show_editor: true, |