Describe the bug
The Contentful marketplace listing for the Bulk Edit App lists bulk-editing single-reference fields as a supported feature of the Bulk Edit app. This is also mentioned on the changelog, and in New Contentful apps for editor productivity.
Attempting to select a single reference field results in being met with the inability to select a single-reference field from the bulk editor interface, with the message "Bulk editing is not supported for the [field name] field type".
To Reproduce
Steps to reproduce the behavior:
- Install Bulk Edit app for a Contentful environment
- Create a content type in that environment with a single-reference field to any other content type (Add field -> Reference -> Type = One reference)
- Create an entry for the new content type
- Open the Bulk Edit app and select the new content type from the list of content types on the left sidebar
- Observe that the single reference field is not selectable for bulk edit actions.
Expected Behavior
App behavior should match marketplace description- either single-reference fields should be available for bulk edit or they should not be listed as being supported.
Screenshots

Desktop (please complete the following information):
- OS: MacOS Tahoe 26.2
- Browser Chrome v143.0.7499.110
Additional context
This line in the source appears to determine what fields are selectable for bulk editing via the web app interface. It seems to restrict all Link types, which prevents single-reference, multiple-reference, and asset references from being selected for bulk editing.
Describe the bug
The Contentful marketplace listing for the Bulk Edit App lists bulk-editing single-reference fields as a supported feature of the Bulk Edit app. This is also mentioned on the changelog, and in New Contentful apps for editor productivity.
Attempting to select a single reference field results in being met with the inability to select a single-reference field from the bulk editor interface, with the message "Bulk editing is not supported for the [field name] field type".
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
App behavior should match marketplace description- either single-reference fields should be available for bulk edit or they should not be listed as being supported.
Screenshots

Desktop (please complete the following information):
Additional context
This line in the source appears to determine what fields are selectable for bulk editing via the web app interface. It seems to restrict all Link types, which prevents single-reference, multiple-reference, and asset references from being selected for bulk editing.