Remove icon in date range region does not give any detail about what it removes when read.
https://artsandsciences.osu.edu/node/add/event
On the create event page the remove button just reads "remove" with no context Comments:
- part of the following module multiple-fields-remove-button
It appears I had to create a patch to get it to remove date range. So may need to create another patch for it to be more specific (Brian Canini - Dec 2, 2022)
- was able to find where 'Remove' was coming from. On line 217 of multiple_fields_remove_button.module added $type variable so that remove btn will give the type of field it is removing
'#value' => t('Remove '.$type),
``` (Brian Canini - Dec 8, 2022)
- will create a custom patch and push it up to a multidev for testing (Brian Canini - Dec 8, 2022)
- ready to be tested at https://acc-upd-ascmainsite-d8.pantheonsite.io/ (Brian Canini - Dec 8, 2022)
- it works! (Jeff Borisch - Dec 8, 2022)