- Issue created by @Eli-T
- 🇬🇧United Kingdom Eli-T Manchester
As far as I can establish, it has never been the purpose of this module to display the computed breadcrumbs. Therefore we should prevent such fields from being displayed.
We can stop the base field from appearing on this screen by setting
setDisplayConfigurable('view', FALSE)
and removing the call to setDisplayOptions() in computed_breadcrumbs_entity_base_field_info().
However, this does not stop configurable fields of this type from appearing on the Manage Display form.
I cannot think of a valid use for having multiple instances of this field type on an entity so propose setting no_ui = true on the on the notation for ComputedBreadcrumbsLinkItem. This will prevent users from creating additional computed fields.
However this change of behaviour is enough to warrant a new major release, so creating a new 2.0.x branch and moving this change to that branch.
- Merge request !20#3373920: do not allow users to create multiple breadcrumb fields. Do not... → (Merged) created by Eli-T