editoria11y-1.0.0-alpha8/editoria11y.api.php
editoria11y.api.php
<?php
/**
* @file
* Hooks provided by the Editoria11y module.
*/
/**
* Allows modules to alter configuration being passed to the library.
*
* @param array $attach
* The array containing values to be altered.
*/
function hook_editoria11y_alter_config(array &$attach) {
// Add or modify the drupalSettings sent to the library.
// For example:
// $attach['custom_tests'] = (int) $attach['custom_tests'] + 1';.
}
