image.style.thumbnail.yml

Same filename and directory in other branches
  1. 9 core/modules/image/config/install/image.style.thumbnail.yml
  2. 8.9.x core/modules/image/config/install/image.style.thumbnail.yml
  3. 10 core/modules/image/config/install/image.style.thumbnail.yml
core/modules/image/config/install/image.style.thumbnail.yml
3 string references to 'image.style.thumbnail'
ConfigEntityImportTest::doImageStyleUpdate in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Tests updating an image style during import.
responsive_image-loading-attribute.php in core/modules/responsive_image/tests/fixtures/update/responsive_image-loading-attribute.php
Test lazy load update by modifying an image field form display.
responsive_image-order-multipliers-numerically.php in core/modules/responsive_image/tests/fixtures/update/responsive_image-order-multipliers-numerically.php
Test fixture for re-ordering responsive image style multipliers numerically.

File

core/modules/image/config/install/image.style.thumbnail.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. name: thumbnail
  5. label: 'Thumbnail (100×100)'
  6. effects:
  7. 1cfec298-8620-4749-b100-ccb6c4500779:
  8. uuid: 1cfec298-8620-4749-b100-ccb6c4500779
  9. id: image_scale
  10. weight: 0
  11. data:
  12. width: 100
  13. height: 100
  14. upscale: false
  15. c4eb9942-2c9e-4a81-949f-6161a44b6559:
  16. uuid: c4eb9942-2c9e-4a81-949f-6161a44b6559
  17. id: image_convert
  18. weight: 2
  19. data:
  20. extension: webp

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.