Loading bootstrap.api.php +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ function hook_bootstrap_iconize_text_alter(array &$texts) { * * @see https://www.drupal.org/project/bootstrap/issues/2868538 */ function hook_bootstrap_inline_element_types(array &$types) { function hook_bootstrap_inline_element_types_alter(array &$types) { // Remove certain types from the list. foreach (['number', 'tel'] as $type) { $index = array_search($type, $types); Loading Loading
bootstrap.api.php +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ function hook_bootstrap_iconize_text_alter(array &$texts) { * * @see https://www.drupal.org/project/bootstrap/issues/2868538 */ function hook_bootstrap_inline_element_types(array &$types) { function hook_bootstrap_inline_element_types_alter(array &$types) { // Remove certain types from the list. foreach (['number', 'tel'] as $type) { $index = array_search($type, $types); Loading