--- file: users_cache/$user_node_name/profiles/$profile_node_name/ preferences.cfg node: users_cache.$user_node_name.profiles.$profile_node_name.preferences infos_node: users_cache.profile.preferences structure: preferences: macros: _: node-list # foreach macro label: string rn: string df: string f: string fc: string default_email_addresses: _: node-list # foreach email address type: string address: string info: - node: default_email_addresses comment: This contains recipient addresses which can be optionally saved when sending email and act as default values per user and per profile. If a user opens the Send Report By Email window and a node like this exists then we populate the form fields with the values as defined in default_email_addresses. - node: default_email_addresses.type - node: default_email_addresses.address ... # Example preferences = { macros = { 0 = { label = "macro anton with k1 - 1" rn = "wsp_file_type" df = "" fi = "" f = "" fc = "" } # 0 } # macros default_email_addresses = { 0 = { type = "to" address = "Greg Ferrar " } 1 = { type = "to" address = "Michael Gilded " } 2 = { type = "bcc" address = "Karl P " } } # default_email_addresses } # preferences