You are here

function panopoly_images_entity_info_alter in Panopoly 7

Implements hook_entity_info_alter().

File

modules/panopoly/panopoly_images/panopoly_images.module, line 182

Code

function panopoly_images_entity_info_alter(&$entity_info) {
  $entity_info['file']['view modes']['link'] = array(
    'label' => t('Link'),
    'custom settings' => TRUE,
  );
}