You are here

function slick_config_schema_info_alter in Slick Carousel 8.2

Same name and namespace in other branches
  1. 8 slick.module \slick_config_schema_info_alter()

Implements hook_config_schema_info_alter().

@todo replace with BlazyAlter::configSchemaInfoAlter() post blazy:8.x-2.0.

File

./slick.module, line 67
Slick carousel integration, the last carousel you'll ever need.

Code

function slick_config_schema_info_alter(array &$definitions) {
  Blazy::configSchemaInfoAlter($definitions, 'slick_base', SlickDefault::extendedSettings());
}