fix issue for text config when using groupName
Previously, when using make functions, the arguments that were used where passed to the make function. For the Trigger
make function, no options are passed. In this case, the options for grouped blocks were not considered in an internal check to see if spurious options were being passed in the yaml file.
This merge request fixes this issue.