I’m creating a plugin in which I’d like to place additional UI next to an existing string
field. If I do this as an editor plugin, the field is replaced by my UI, so my question is essentially how to create a new TextField that shadows the original one.
I know I can create an addon extension, but this puts the added UI below the existing field which is less than ideal for my use-case. Any ideas? I’m doing this in React and so can use the datocms-react-ui
package