diff options
-rw-r--r-- | features/timelinejs_feature/timelinejs_feature.features.field.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/timelinejs_feature/timelinejs_feature.features.field.inc b/features/timelinejs_feature/timelinejs_feature.features.field.inc index 12b0bcf..4fc9163 100644 --- a/features/timelinejs_feature/timelinejs_feature.features.field.inc +++ b/features/timelinejs_feature/timelinejs_feature.features.field.inc @@ -656,11 +656,11 @@ 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' => 'above', + 'label' => 'hidden', 'module' => 'text', 'settings' => array(), 'type' => 'text_default', - 'weight' => 4, + 'weight' => '4', ), 'teaser' => array( 'label' => 'above', |