You are here

README.txt in JSON:API Image Styles 8

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

JSON:API Image Styles is a JSON:API extension that exposes image style urls of a
drupal image to jsonapi export. This allows e.g. crop-defined image styles to be
consumed by frontend builds.

 * To submit bug reports and feature suggestions, or track changes:
   https://www.drupal.org/project/issues/jsonapi_image_styles


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

 * This module is an extension to the core JSON:API module and requires Drupal
 8.7 or greater.


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

 * Install as any contributed Drupal module. For further information, visit
   https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules


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

 * Configure the image styles you wish to expose in Administration »
 Configuration » Web Services » JSON:API Image Styles
 (/admin/config/services/jsonapi/image_styles)

   - Select the image styles you wish to expose for JSON:API

   - Select none to expose all defined image styles (default behaviour)


MAINTAINERS
-----------

Current maintainers:
 * Timo Kirkkala (kirkkala) - https://www.drupal.org/u/kirkkala

This project has been sponsored by:
 * Wunder.io
   Wunder is Europe's largest digital agency specialising in Drupal projects,
   web service design and business consulting. We work with private and public
   sectors.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. JSON:API Image Styles is a JSON:API extension that exposes image style urls of a
  4. drupal image to jsonapi export. This allows e.g. crop-defined image styles to be
  5. consumed by frontend builds.
  6. * To submit bug reports and feature suggestions, or track changes:
  7. https://www.drupal.org/project/issues/jsonapi_image_styles
  8. REQUIREMENTS
  9. ------------
  10. * This module is an extension to the core JSON:API module and requires Drupal
  11. 8.7 or greater.
  12. INSTALLATION
  13. ------------
  14. * Install as any contributed Drupal module. For further information, visit
  15. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  16. CONFIGURATION
  17. -------------
  18. * Configure the image styles you wish to expose in Administration »
  19. Configuration » Web Services » JSON:API Image Styles
  20. (/admin/config/services/jsonapi/image_styles)
  21. - Select the image styles you wish to expose for JSON:API
  22. - Select none to expose all defined image styles (default behaviour)
  23. MAINTAINERS
  24. -----------
  25. Current maintainers:
  26. * Timo Kirkkala (kirkkala) - https://www.drupal.org/u/kirkkala
  27. This project has been sponsored by:
  28. * Wunder.io
  29. Wunder is Europe's largest digital agency specialising in Drupal projects,
  30. web service design and business consulting. We work with private and public
  31. sectors.