display field localization

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy 2013-01-31 14:29:37 +01:00
parent 4caa0c442b
commit 1bcda42052
2 changed files with 28 additions and 20 deletions

View File

@ -3797,28 +3797,32 @@ foreach ($states as $state) {
'weight' => '17', 'weight' => '17',
), ),
'cardbig' => array( 'cardbig' => array(
'label' => 'above', 'label' => 'hidden',
'module' => 'text',
'settings' => array(), 'settings' => array(),
'type' => 'hidden', 'type' => 'text_default',
'weight' => '12', 'weight' => '8',
), ),
'cardfull' => array( 'cardfull' => array(
'label' => 'above', 'label' => 'hidden',
'module' => 'text',
'settings' => array(), 'settings' => array(),
'type' => 'hidden', 'type' => 'text_default',
'weight' => '10', 'weight' => '19',
), ),
'cardmedium' => array( 'cardmedium' => array(
'label' => 'above', 'label' => 'hidden',
'module' => 'text',
'settings' => array(), 'settings' => array(),
'type' => 'hidden', 'type' => 'text_default',
'weight' => '10', 'weight' => '21',
), ),
'cardsmall' => array( 'cardsmall' => array(
'label' => 'above', 'label' => 'hidden',
'module' => 'text',
'settings' => array(), 'settings' => array(),
'type' => 'hidden', 'type' => 'text_plain',
'weight' => '14', 'weight' => '8',
), ),
'default' => array( 'default' => array(
'label' => 'hidden', 'label' => 'hidden',
@ -4557,14 +4561,14 @@ foreach ($states as $state) {
'module' => 'computed_field', 'module' => 'computed_field',
'settings' => array(), 'settings' => array(),
'type' => 'computed_field_plain', 'type' => 'computed_field_plain',
'weight' => '17', 'weight' => '20',
), ),
'cardsmall' => array( 'cardsmall' => array(
'label' => 'hidden', 'label' => 'hidden',
'module' => 'computed_field', 'module' => 'computed_field',
'settings' => array(), 'settings' => array(),
'type' => 'computed_field_plain', 'type' => 'computed_field_plain',
'weight' => '4', 'weight' => '7',
), ),
'default' => array( 'default' => array(
'label' => 'above', 'label' => 'above',
@ -4895,7 +4899,7 @@ foreach ($states as $state) {
'label' => 'above', 'label' => 'above',
'settings' => array(), 'settings' => array(),
'type' => 'hidden', 'type' => 'hidden',
'weight' => 0, 'weight' => '0',
), ),
'cardmedium' => array( 'cardmedium' => array(
'label' => 'above', 'label' => 'above',
@ -4907,7 +4911,7 @@ foreach ($states as $state) {
'label' => 'above', 'label' => 'above',
'settings' => array(), 'settings' => array(),
'type' => 'hidden', 'type' => 'hidden',
'weight' => 0, 'weight' => '0',
), ),
'default' => array( 'default' => array(
'label' => 'above', 'label' => 'above',

View File

@ -365,7 +365,8 @@ function materio_content_types_field_group_info() {
'children' => array( 'children' => array(
0 => 'field_nature_titre', 0 => 'field_nature_titre',
1 => 'title_field', 1 => 'title_field',
2 => 'field_reference_materio', 2 => 'field_localisation',
3 => 'field_reference_materio',
), ),
'format_type' => 'div', 'format_type' => 'div',
'format_settings' => array( 'format_settings' => array(
@ -398,7 +399,8 @@ function materio_content_types_field_group_info() {
'children' => array( 'children' => array(
0 => 'field_nature_titre', 0 => 'field_nature_titre',
1 => 'title_field', 1 => 'title_field',
2 => 'field_reference_materio', 2 => 'field_localisation',
3 => 'field_reference_materio',
), ),
'format_type' => 'div', 'format_type' => 'div',
'format_settings' => array( 'format_settings' => array(
@ -431,7 +433,8 @@ function materio_content_types_field_group_info() {
'children' => array( 'children' => array(
0 => 'field_nature_titre', 0 => 'field_nature_titre',
1 => 'title_field', 1 => 'title_field',
2 => 'field_reference_materio', 2 => 'field_localisation',
3 => 'field_reference_materio',
), ),
'format_type' => 'div', 'format_type' => 'div',
'format_settings' => array( 'format_settings' => array(
@ -464,7 +467,8 @@ function materio_content_types_field_group_info() {
'children' => array( 'children' => array(
0 => 'field_nature_titre', 0 => 'field_nature_titre',
1 => 'title_field', 1 => 'title_field',
2 => 'field_reference_materio', 2 => 'field_localisation',
3 => 'field_reference_materio',
), ),
'format_type' => 'div', 'format_type' => 'div',
'format_settings' => array( 'format_settings' => array(