Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 8 years ago)
- Default Branch: 8.x-3.x
- Last Pushed: 2021-04-28T12:47:32.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T01:44:41.483Z (3 months 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 titleExtra 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).