- πΊπΈUnited States steyep
I had the issue when using Exclude Node Title with Inline Entity Form. The field was not displaying because of the module only supports NodeForm form objects.
I have attached a patch that adds support for Inline Entity Form and other form display modes. The patch adds a computed field and dynamically attaches that to the user-editable content types. The field handles the permission checks and a prepare_form hook is used to determine if the title should be suppressed for the node form. This is useful because it sidesteps the need to get the entity from the NodeForm object.
- Status changed to Needs review
over 1 year ago 8:51pm 26 May 2023 - πΊπΈUnited States steyep
Based on the work done in #6 β¨ Exclude title not available as form display element on user defined nodes Needs review , I have made some slight modifications to support configuring the position of the Exclude Node Title on the Form Display UI.
Patch attached.
- πΊπΈUnited States steyep
Re-rolled the patch to account for the proper field widget name
- πΊπΈUnited States steyep
Re-rolled the patch from #7 β¨ Exclude title not available as form display element on user defined nodes Needs review to account for the proper field widget name