function opigno_field_widget_info_alter in Opigno 7
Implements hook_field_widget_info_alter().
File
- ./
opigno.module, line 250 - Contains all hook_implementations and module specific API.
Code
function opigno_field_widget_info_alter(&$info) {
$info['options_buttons']['field types'] = array_merge($info['options_buttons']['field types'], array(
'opigno_tools',
));
}