You are here

function shariff_field_widget_info in Shariff Social Media Buttons 7

Implements hook_field_widget_info().

File

./shariff.module, line 558
Integrating Shariff library, providing settings form and block.

Code

function shariff_field_widget_info() {
  return array(
    'shariff_widget' => array(
      'label' => t('Shariff Widget'),
      'field types' => array(
        'shariff',
      ),
    ),
  );
}