A set of settings. A settings node representing a group of setting items. A group can contain one or more setting items. A settings node representing a selection. A selection can have a predefined set of possible options. The key (name) of the selection. A possible value for a selection. The type must be an integer. The title of the option. Used as a translation id or as such if translation not found. A settings node representing text. A text item can contain any string data. The key (name) of the text item. The title of the text item. Used as a translation id or as such if translation not found. A settings node representing boolean. The key (name) of the boolean item. The title of the boolean item. Used as a translation id or as such if translation not found. A settings node representing an integer from a range. The key (name) of the integer. The title of the integer. Used as a translation id or as such if translation not found. Minimum value that the integer can have. Maximum value that the integer can have.