Location -> samples, fixed cs display, fixed empty field

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-11 10:17:00 +01:00
parent 5f6a9ac5d1
commit 41e3e6dfb2
8 changed files with 130 additions and 86 deletions

View File

@@ -158,7 +158,7 @@ function showroom_field_default_field_instances() {
),
'entity_type' => 'node',
'field_name' => 'field_location',
'label' => 'Location',
'label' => 'Samples',
'required' => 0,
'settings' => array(
'entity_translation_sync' => FALSE,
@@ -1265,10 +1265,10 @@ function showroom_field_default_field_instances() {
t('Body');
t('Description');
t('Email');
t('Location');
t('Mémo');
t('Nom');
t('Phone');
t('Samples');
t('Showroom');
return $field_instances;