nuvoleweb / ui_patterns

[NOTE] Development has moved to https://drupal.org/project/ui_patterns
https://drupal.org/project/ui_patterns
GNU General Public License v2.0
85 stars 56 forks source link

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

Open GiorgosK opened 3 years ago

GiorgosK commented 3 years ago

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 ?

pdureau commented 3 years ago

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