display field localization
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
4caa0c442b
commit
1bcda42052
@ -3797,28 +3797,32 @@ foreach ($states as $state) {
|
||||
'weight' => '17',
|
||||
),
|
||||
'cardbig' => array(
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'module' => 'text',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => '12',
|
||||
'type' => 'text_default',
|
||||
'weight' => '8',
|
||||
),
|
||||
'cardfull' => array(
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'module' => 'text',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => '10',
|
||||
'type' => 'text_default',
|
||||
'weight' => '19',
|
||||
),
|
||||
'cardmedium' => array(
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'module' => 'text',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => '10',
|
||||
'type' => 'text_default',
|
||||
'weight' => '21',
|
||||
),
|
||||
'cardsmall' => array(
|
||||
'label' => 'above',
|
||||
'label' => 'hidden',
|
||||
'module' => 'text',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => '14',
|
||||
'type' => 'text_plain',
|
||||
'weight' => '8',
|
||||
),
|
||||
'default' => array(
|
||||
'label' => 'hidden',
|
||||
@ -4557,14 +4561,14 @@ foreach ($states as $state) {
|
||||
'module' => 'computed_field',
|
||||
'settings' => array(),
|
||||
'type' => 'computed_field_plain',
|
||||
'weight' => '17',
|
||||
'weight' => '20',
|
||||
),
|
||||
'cardsmall' => array(
|
||||
'label' => 'hidden',
|
||||
'module' => 'computed_field',
|
||||
'settings' => array(),
|
||||
'type' => 'computed_field_plain',
|
||||
'weight' => '4',
|
||||
'weight' => '7',
|
||||
),
|
||||
'default' => array(
|
||||
'label' => 'above',
|
||||
@ -4895,7 +4899,7 @@ foreach ($states as $state) {
|
||||
'label' => 'above',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => 0,
|
||||
'weight' => '0',
|
||||
),
|
||||
'cardmedium' => array(
|
||||
'label' => 'above',
|
||||
@ -4907,7 +4911,7 @@ foreach ($states as $state) {
|
||||
'label' => 'above',
|
||||
'settings' => array(),
|
||||
'type' => 'hidden',
|
||||
'weight' => 0,
|
||||
'weight' => '0',
|
||||
),
|
||||
'default' => array(
|
||||
'label' => 'above',
|
||||
|
@ -365,7 +365,8 @@ function materio_content_types_field_group_info() {
|
||||
'children' => array(
|
||||
0 => 'field_nature_titre',
|
||||
1 => 'title_field',
|
||||
2 => 'field_reference_materio',
|
||||
2 => 'field_localisation',
|
||||
3 => 'field_reference_materio',
|
||||
),
|
||||
'format_type' => 'div',
|
||||
'format_settings' => array(
|
||||
@ -398,7 +399,8 @@ function materio_content_types_field_group_info() {
|
||||
'children' => array(
|
||||
0 => 'field_nature_titre',
|
||||
1 => 'title_field',
|
||||
2 => 'field_reference_materio',
|
||||
2 => 'field_localisation',
|
||||
3 => 'field_reference_materio',
|
||||
),
|
||||
'format_type' => 'div',
|
||||
'format_settings' => array(
|
||||
@ -431,7 +433,8 @@ function materio_content_types_field_group_info() {
|
||||
'children' => array(
|
||||
0 => 'field_nature_titre',
|
||||
1 => 'title_field',
|
||||
2 => 'field_reference_materio',
|
||||
2 => 'field_localisation',
|
||||
3 => 'field_reference_materio',
|
||||
),
|
||||
'format_type' => 'div',
|
||||
'format_settings' => array(
|
||||
@ -464,7 +467,8 @@ function materio_content_types_field_group_info() {
|
||||
'children' => array(
|
||||
0 => 'field_nature_titre',
|
||||
1 => 'title_field',
|
||||
2 => 'field_reference_materio',
|
||||
2 => 'field_localisation',
|
||||
3 => 'field_reference_materio',
|
||||
),
|
||||
'format_type' => 'div',
|
||||
'format_settings' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user