You are here

README.txt in Link Field Autocomplete Filter 8

CONTENTS OF THIS FILE
---------------------

* Introduction
* Requirements
* Installation
* Configuration


INTRODUCTION
------------

Currently the autocomplete in Link Field widgets
always shows content suggestions from all content (node) types.

This module adds a Link Field configuration for filtering
the suggested content types in the autocomplete field.

REQUIREMENTS
------------

This module requires the following core module:

 * Link


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. Visit:
   https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules


CONFIGURATION
-------------

 * Simply activate the module, and a series of checkboxes
   (one for each content type) will appear
   in the configuration form of your Link Field field-instances .

 * If you check none, then all content types will appear as suggestions
   in the autocomplete field. Otherwise only those checked will appear.

 * If you change the field settings later,
   the field will be validated for the new allowed content types.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. INTRODUCTION
  8. ------------
  9. Currently the autocomplete in Link Field widgets
  10. always shows content suggestions from all content (node) types.
  11. This module adds a Link Field configuration for filtering
  12. the suggested content types in the autocomplete field.
  13. REQUIREMENTS
  14. ------------
  15. This module requires the following core module:
  16. * Link
  17. INSTALLATION
  18. ------------
  19. * Install as you would normally install a contributed Drupal module. Visit:
  20. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  21. CONFIGURATION
  22. -------------
  23. * Simply activate the module, and a series of checkboxes
  24. (one for each content type) will appear
  25. in the configuration form of your Link Field field-instances .
  26. * If you check none, then all content types will appear as suggestions
  27. in the autocomplete field. Otherwise only those checked will appear.
  28. * If you change the field settings later,
  29. the field will be validated for the new allowed content types.