You are here

function blazy_photoswipe_config_schema_info_alter in Blazy PhotoSwipe 8

Implements hook_config_schema_info_alter().

File

./blazy_photoswipe.module, line 66
Provides a simple Blazy PhotoSwipe integration.

Code

function blazy_photoswipe_config_schema_info_alter(array &$definitions) {
  if (isset($definitions['blazy.settings'])) {
    $definitions['blazy.settings']['mapping']['extras']['mapping']['photoswipe']['type'] = 'integer';
  }
}