client/js/defaults.js
changeset 190 a9040a7c47d9
parent 188 50b3287d06dd
child 196 2a2fcec209d0
equal deleted inserted replaced
189:f7b5ae0d2681 190:a9040a7c47d9
    32         /* Allows Double Click to create a node on an empty background */
    32         /* Allows Double Click to create a node on an empty background */
    33     element_delete_delay: 0,
    33     element_delete_delay: 0,
    34         /* Delay between clicking on the bin on an element and really deleting it
    34         /* Delay between clicking on the bin on an element and really deleting it
    35            Set to 0 for delete confirm */
    35            Set to 0 for delete confirm */
    36     autoscale_padding: 50,
    36     autoscale_padding: 50,
       
    37     
       
    38     /* TOP BAR BUTTONS */
       
    39     show_user_list: true,
       
    40     show_save_button: true,
       
    41     show_open_button: false,
       
    42     show_addnode_button: true,
       
    43     show_addedge_button: true,
       
    44     show_bookmarklet: true,
       
    45     show_fullscreen_button: true,
       
    46     home_button_url: false,
       
    47     home_button_title: "Home",
    37     
    48     
    38     /* MINI-MAP OPTIONS */
    49     /* MINI-MAP OPTIONS */
    39     
    50     
    40     show_minimap: true,
    51     show_minimap: true,
    41         /* Show a small map at the bottom right */
    52         /* Show a small map at the bottom right */
   103     show_node_editor_description: true,
   114     show_node_editor_description: true,
   104     show_node_editor_size: true,
   115     show_node_editor_size: true,
   105     show_node_editor_color: true,
   116     show_node_editor_color: true,
   106     show_node_editor_image: true,
   117     show_node_editor_image: true,
   107     show_node_editor_creator: true,
   118     show_node_editor_creator: true,
       
   119     uploaded_image_max_kb: 500,
   108     
   120     
   109     /* NODE TOOLTIP OPTIONS */
   121     /* NODE TOOLTIP OPTIONS */
   110     
   122     
   111     show_node_tooltip_uri: true,
   123     show_node_tooltip_uri: true,
   112     show_node_tooltip_description: true,
   124     show_node_tooltip_description: true,