I have a custom module with the file config/install/core.entity_view_display.node.event.featured.yml which contains config for a display mode called 'featured' for the content type 'event'.
The problem is, Drupal won't import these settings because the view mode 'featured' already exists.
I'm aware it already exists. I don't want to create the view mode. I want to simply import the settings for that view mode. I.e. populate the settings for each of the fields in that display mode.
Is there a way to do this without deleting the view mode before installing my module?