Adjusted fields order in SuiteDesk components

This commit is contained in:
Manuel Cillero 2017-09-08 08:10:07 +02:00
parent 42164e7778
commit 892f86fc25
4 changed files with 4 additions and 21 deletions

View file

@ -166,14 +166,5 @@ function theme_stormproject_view($node, $teaser = FALSE, $page = FALSE) {
'#weight' => 2,
);
# $node->content['body_field'] = array(
# '#prefix' => '<div class="stormbody">',
# '#suffix' => '</div>',
# '#value' => theme('storm_view_item', t('Description'), $node->content['body']['#value']),
# '#weight' => module_exists('content') ? content_extra_field_weight($node->type, 'body_field') : -18,
# );
unset($node->content['body']);
return $node;
}