You are here

function thunder_media_update_8002 in Thunder 8.2

Change media_thumbnail image style.

File

modules/thunder_media/thunder_media.install, line 192
Contains.

Code

function thunder_media_update_8002() {

  // List of configurations that should be checked for existence.
  $expectedConfig['effects']['8a41a5b5-469d-4918-879e-460f26e08700']['data']['width'] = 241;
  $expectedConfig['effects']['8a41a5b5-469d-4918-879e-460f26e08700']['data']['height'] = 138;
  $expectedConfig['effects']['8a41a5b5-469d-4918-879e-460f26e08700']['id'] = 'focal_point_scale_and_crop';

  // New configuration that should be applied.
  $newConfig['effects']['8a41a5b5-469d-4918-879e-460f26e08700']['data']['width'] = 182;
  $newConfig['effects']['8a41a5b5-469d-4918-879e-460f26e08700']['data']['height'] = 104;
  _thunder_media_update_config('image.style.media_thumbnail', $newConfig, $expectedConfig);
}