Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.12 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.12 KB

Drupal 9/10 version

Control all suggestion label patterns in the UI. The interface is very similar to Pathauto module UI. Built using config entities meaning you will be able to export/import configuration yaml files.

Download it here https://www.drupal.org/project/entity_reference_patterns

Alter Entity Autocomplete module for Drupal 8

Simple module to alter Drupal 8 autocomplete field behaviour. This also alters autocomplete link for Links.

Read blog post about this module: How to Alter Entity Autocomplete Results in Drupal 8

Use case

There are several cases where nodes of different content types have the same title. What this module does is that is shows you how you can alter what editors see in the dropdown. Sometimes you might want to show node status, node language and all of it can be done by using code from this module.

Hope this will be useful in your projects and provide better editorial experience.

Module developed by Minnur Yunusov