ui_patterns icon indicating copy to clipboard operation
ui_patterns copied to clipboard

node_title not appear as source in field mappings (tested with field_group)

Open GiorgosK opened this issue 4 years ago • 1 comments

When adding title to under a field group pattern title does not appear as source in the list of sources to be mapped to a destination pattern. When using https://www.drupal.org/project/title_field_for_manage_display then we can use title as source.

Is there anyway to support title field natively without extra contrib module ?

GiorgosK avatar Nov 28 '20 18:11 GiorgosK

hi @GiorgosK I am not sure title_field_for_manage_display module has a clean implementation.

It would be better to allow the display of title (label) base field, instead of creating a new field, like manage_display does: https://git.drupalcode.org/project/manage_display/-/blob/8.x-1.x/manage_display.module

pdureau avatar Jan 18 '21 10:01 pdureau