Content initialized. GenesysRef is ready to use!
Homebrew Helper
?

The settings array can be used on almost every item, but it is preferred to use the defaultItemSettings on the collection's _meta object. It is an array of objects, where each object has a name and a source property. Leave the source property blank if the item appears in all settings.

{
      "settings": [
            {
                  "name": "all",
                  "source": ""
            },
            {
                  "name": "modern day"
            }
      ]
}
Property
Data Type
Description
name*
string
The name of the setting.
source
string
The source of the setting, referencing the abbreviation property in the source's _meta field.