You are here

function blazy_config_schema_info_alter in Blazy 8.2

Same name and namespace in other branches
  1. 8 blazy.module \blazy_config_schema_info_alter()

Implements hook_config_schema_info_alter().

File

./blazy.module, line 103
Provides basic Blazy integration for lazy loading and multi-serving images.

Code

function blazy_config_schema_info_alter(array &$definitions) {
  BlazyAlter::configSchemaInfoAlter($definitions, 'blazy_base');
}