- Issue created by @AstonVictor
- Issue was unassigned.
- Status changed to Fixed
about 1 year ago 9:45am 29 December 2023 - πΊπ¦Ukraine AstonVictor
The MR is merged.
Prepared Drupal 10 version.
The module has a new 'Display title' base field for all nodes that you can manage on the manage (form) display.
It alters the node title in two ways:
-hook_ENTITY_TYPE_load()
- replacestitle
withdisplay_title
;
-hook_entity_type_build()
- altersgetTitle()
andlabel()
methods from the base class.Changes will be added to the next release.
Automatically closed - issue fixed for 2 weeks with no activity.