https://github.com/ahebrank/entity_autocomplete_plus
Override the entity autocomplete matcher to try to disambiguate entity references
https://github.com/ahebrank/entity_autocomplete_plus
drupal drupal-8 drupal-module
Last synced: about 2 months ago
JSON representation
Override the entity autocomplete matcher to try to disambiguate entity references
- Host: GitHub
- URL: https://github.com/ahebrank/entity_autocomplete_plus
- Owner: ahebrank
- Created: 2017-05-07T17:07:55.000Z (almost 9 years ago)
- Default Branch: 8.x-3.x
- Last Pushed: 2021-04-28T12:47:32.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T08:09:22.146Z (about 1 year ago)
- Topics: drupal, drupal-8, drupal-module
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This module overrides the core entity autocomplete matcher to make configurable:
- the number of matches returned (this is hard-coded in core to 10)
- extra info returned in addition to the entity title
Extra info is configured using tokens. You may set a default value globally in the module configuration
(/admin/config/content/entity_autocomplete_plus) and/or set tokens per field using the widget third-party
settings (under manage form display).