diff --git a/eck.entity_type.inc b/eck.entity_type.inc index b9be5bf..fc5e09f 100644 --- a/eck.entity_type.inc +++ b/eck.entity_type.inc @@ -369,6 +369,10 @@ function eck__entity_type__info($entity_type) { // I guess we need at least one view mode for entity_view_modes (the module) // to work. 'view modes' => array( + 'full' => array( + 'label' => t('Default'), + 'custom settings' => FALSE, + ), 'teaser' => array( 'label' => t('Teaser'), 'custom settings' => TRUE,