- Issue created by @mortona2k
- Status changed to Needs review
8 months ago 10:25pm 29 May 2024 - πΊπΈUnited States mortona2k Seattle
This change just sets the title's region to hidden. This makes it so that the title field is not automatically added to the display.
- π©πͺGermany donquixote
I very much support this issue.
The fact that the base fields are enabled by default is a show-stopper for this module on existing websites.The solution proposed here seems to work in initial tests.
I have not done in-depth testing yet.
Also, I am not sure about BC impact on sites that already use this module.And this needs tests.
- Status changed to Needs work
7 months ago 5:14pm 6 June 2024 - π¬π§United Kingdom adamps
In
Node::baseFieldDefinitions()
the title field is set to be displayed. Therefore, without this module, when a content type or view mode is added, the title is displayed.The current code has the same behaviour with this module. I believe the patch would break that.