You are here

function backgroundfield_field_info in BackgroundField 6

Same name and namespace in other branches
  1. 7 backgroundfield.module \backgroundfield_field_info()

File

./backgroundfield.module, line 34

Code

function backgroundfield_field_info() {
  return array(
    'backgroundfield' => array(
      'label' => t('Background Field'),
      'description' => t('Allows users to apply a background image to a field defined css selector'),
    ),
  );
}