Currently the module uses the decimal point (.) as a separator between group name and field name. However, this can lead to issues, for example when these would be used as drupal form field names.
Therefore, this change adds the option to specify another separator (e.g. __), but then the user has to make sure these don't appear in the group name and field name itself
Currently the module uses the decimal point (
.
) as a separator between group name and field name. However, this can lead to issues, for example when these would be used as drupal form field names.Therefore, this change adds the option to specify another separator (e.g.
__
), but then the user has to make sure these don't appear in the group name and field name itself