--- file: system.cfg node: system infos_node: system structure: system: development_mode: bool setup_done: bool show_before_you_start_info: profiles: bool infos: - node: development_mode comment: > In development-mode we link to the original CSS and JS files and not to packages. So all CSS and JS files are served from the original location in WebServerRoot/css or WebServerRoot/js. To activate development mode open LogAnalysisInfo/system.cfg and add or set the development_mode node to true. Note, when development_mode is active the system will be significantly slower because javascript language variables are resolved be separate HTTP requests. So development_mode should only be activated for debugging purposes during development. - node: setup_done comment: Indicates that the Sawmill Setup Wizard has been completed. - node: show_before_you_start_info.profiles default_value: true comment: This shows the "Before You Start" section in Admin/Profiles. The section will only be shown after new setups because the node is created when the setup completes. If the node doesn't exist or is false then "Before You Start" won't be shown. change_log: - 2014-03-04 -- Added version_added: 8.7.3 ...