Default Field Editors does not recognize Link
field type
#1180
Labels
stale
Used to mark when there was no activity for a set period of time
Link
field type
#1180
Case
where this is being rendered in a reference field.
Expected result
Field renders the default Contentful editor for a reference field.
Actual Result
The field does not render, with this in the console:
Logging the
sdk.field.type
appears to logLink
, which the underlying function here: https://github.com/contentful/contentful-management.js/blob/master/lib/constants/editor-interface-defaults/controls-defaults.ts#L50 does not seem to work with - it expects this to beEntry
.This appears to be a regression introduced with https://github.com/contentful/field-editors/pull/943/files#diff-5a67f874c5238f3bca3597587cd0915ed3758475ad2f884ff97c496f4bb6f28d .
Versions
The text was updated successfully, but these errors were encountered: