You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the functionality of the Tag field editor, but having it additionally show the image corresponding to the url:
To implement this functionality, I'd basically to have clone the TagsEditor component and render that slightly modified version via <Field>. I feel like this would be a lot easier if I could simply pass in a prop to modify the presentation of the Tags, but that's currently impossible: https://github.com/contentful/field-editors/blob/master/packages/tags/src/TagsEditor.tsx#L11
The text was updated successfully, but these errors were encountered:
I'm trying to get the functionality of the Tag field editor, but having it additionally show the image corresponding to the url:
To implement this functionality, I'd basically to have clone the
TagsEditor
component and render that slightly modified version via<Field>
. I feel like this would be a lot easier if I could simply pass in a prop to modify the presentation of the Tags, but that's currently impossible:https://github.com/contentful/field-editors/blob/master/packages/tags/src/TagsEditor.tsx#L11
The text was updated successfully, but these errors were encountered: