You are here

function extlink_extra_config_schema_info_alter in External Links Extra 8

Implements hook_config_schema_info_alter().

File

./extlink_extra.module, line 17

Code

function extlink_extra_config_schema_info_alter(&$definitions) {

  // Make sure we can store formatted text for the alert.
  $definitions['extlink.settings']['mapping']['extlink_alert_text']['type'] = 'text_format';
}