diff options
Diffstat (limited to 'features')
| -rw-r--r-- | features/timelinejs_feature/timelinejs_feature.features.field.inc | 11 | 
1 files changed, 5 insertions, 6 deletions
diff --git a/features/timelinejs_feature/timelinejs_feature.features.field.inc b/features/timelinejs_feature/timelinejs_feature.features.field.inc index 4fc9163..44a1d6d 100644 --- a/features/timelinejs_feature/timelinejs_feature.features.field.inc +++ b/features/timelinejs_feature/timelinejs_feature.features.field.inc @@ -656,11 +656,10 @@ function timelinejs_feature_field_default_fields() {        'description' => 'Vide <a href="http://php.net/manual/en/function.strftime.php">strftime()</a>, deixe em branco em caso de dúvidas.',        'display' => array(          'default' => array( -          'label' => 'hidden', -          'module' => 'text', +          'label' => 'above',            'settings' => array(), -          'type' => 'text_default', -          'weight' => '4', +          'type' => 'hidden', +          'weight' => '2',          ),          'teaser' => array(            'label' => 'above', @@ -728,7 +727,7 @@ function timelinejs_feature_field_default_fields() {            'label' => 'above',            'settings' => array(),            'type' => 'hidden', -          'weight' => '2', +          'weight' => '3',          ),          'teaser' => array(            'label' => 'above', @@ -822,7 +821,7 @@ function timelinejs_feature_field_default_fields() {            'label' => 'above',            'settings' => array(),            'type' => 'hidden', -          'weight' => '3', +          'weight' => '4',          ),          'teaser' => array(            'label' => 'hidden',  | 
