As an infobox editor I want to be able to edit every value in the infobox in order to make sure that all the information is correct
**Problem:**
The bridge currently doesn't support some datatypes, so we need to give the editors a way to be able to edit the data via a different path
**Example:**
We want to do this by giving them solutions when the bridge doesn't work. They could make the edit on wikidata directly or do a local overwrite. For both these options we should be providing a path.
**Screenshots/mockups:**
{F31063043}
**BDD**
GIVEN a bridge-enabled infobox field
AND it is connected to a Property of a datatype that is not supported yet
WHEN clicking the edit pen
THEN the modal opens and shows a message telling the editor to edit on the repository
**Acceptance criteria:**
[] when opening the bridge for a value with an unsupported datatype the UI should show what's in the mock instead of the usual UI
[] the link leading to the repo is the same link that the edit pen uses
**Open questions:**
* Can and should we really recommend local overwrites? Lydia thinks no because it gets us farther away from where we actually want to go (more data centrally maintained) and it is not always possible (depends on how the local template and module are coded).
* The messages need adjustments.