You are here

README.txt in Entity Language Fallback 8

CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Troubleshooting
 * Sponsors
 * Maintainers

INTRODUCTION
------------
This module allow administrators to configure a prioritised list of fallback
languages per language. The fallback languages are used for entity view /
entity upcast.

REQUIREMENTS
------------
 * Drupal 8.3 or later.
 * Language module.

INSTALLATION
------------
 * Install as you would normally install a contributed drupal module. See:
  https://www.drupal.org/documentation/install/modules-themes/modules-8
  for further information.

CONFIGURATION
-------------
After installation go to admin/config/regional/language, edit one of the
languages and configure the fallback languages.

USAGE WITH SEARCH API
-------------
This module contains 2 Search API components:
processor (https://www.drupal.org/docs/8/modules/search-api/getting-started/processors) and datasource (https://www.drupal.org/docs/8/modules/search-api/developer-documentation/providing-a-new-datasource-plugin)
Using datasource is preferred way, since it will correctly report number of items to index. Use processor only if you cannot change datasource setting.

TROUBLESHOOTING
---------------
-

SPONSORS
--------
 * FFW - https://ffwagency.com

MAINTAINERS
-----------
Current maintainers:
 * Jens Beltofte (beltofte) - https://drupal.org/u/beltofte

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Troubleshooting
  8. * Sponsors
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. This module allow administrators to configure a prioritised list of fallback
  13. languages per language. The fallback languages are used for entity view /
  14. entity upcast.
  15. REQUIREMENTS
  16. ------------
  17. * Drupal 8.3 or later.
  18. * Language module.
  19. INSTALLATION
  20. ------------
  21. * Install as you would normally install a contributed drupal module. See:
  22. https://www.drupal.org/documentation/install/modules-themes/modules-8
  23. for further information.
  24. CONFIGURATION
  25. -------------
  26. After installation go to admin/config/regional/language, edit one of the
  27. languages and configure the fallback languages.
  28. USAGE WITH SEARCH API
  29. -------------
  30. This module contains 2 Search API components:
  31. processor (https://www.drupal.org/docs/8/modules/search-api/getting-started/processors) and datasource (https://www.drupal.org/docs/8/modules/search-api/developer-documentation/providing-a-new-datasource-plugin)
  32. Using datasource is preferred way, since it will correctly report number of items to index. Use processor only if you cannot change datasource setting.
  33. TROUBLESHOOTING
  34. ---------------
  35. -
  36. SPONSORS
  37. --------
  38. * FFW - https://ffwagency.com
  39. MAINTAINERS
  40. -----------
  41. Current maintainers:
  42. * Jens Beltofte (beltofte) - https://drupal.org/u/beltofte