You are here

function node_gallery_api_entity_info_alter in Node Gallery 7

Implements hook_entity_info_alter().

File

./node_gallery_api.module, line 961
Node Gallery module.

Code

function node_gallery_api_entity_info_alter(&$entity_info) {
  $entity_info['file']['view modes']['node_gallery_api_admin_thumbnail'] = array(
    'label' => t('Node Gallery API Admin Thumbnail'),
    'custom settings' => FALSE,
  );
}