You are here

function jquerymobile_entity_info_alter in jQuery Mobile module 7.2

Implements hook_entity_info_alter().

File

./jquerymobile.module, line 242

Code

function jquerymobile_entity_info_alter(&$entity_info) {
  $entity_info['node']['view modes']['jquerymobile_teaser'] = array(
    'label' => t('jQM teaser'),
    'custom settings' => TRUE,
  );
}