added weight field to publications

This commit is contained in:
Bachir Soussi Chiadmi
2015-06-14 19:35:34 +02:00
parent 678343b0e9
commit 3add8f6b96
5 changed files with 167 additions and 10 deletions

View File

@@ -160,6 +160,9 @@ function materio_publications_strongarm() {
'language' => array(
'weight' => '3',
),
'title' => array(
'weight' => '-5',
),
),
'display' => array(
'workflow_current_state' => array(
@@ -228,14 +231,14 @@ function materio_publications_strongarm() {
),
'actions' => array(
'region' => 'right',
'weight' => '3',
'weight' => '4',
'has_required' => FALSE,
'title' => 'Enregistrer',
'hidden' => 0,
),
'entity_translation_entity_form_language_update' => array(
'region' => 'right',
'weight' => '2',
'weight' => '3',
'has_required' => FALSE,
'title' => NULL,
'hidden' => 0,
@@ -254,12 +257,6 @@ function materio_publications_strongarm() {
'title' => 'Body',
'hidden' => 0,
),
'title_field' => array(
'region' => 'main',
'weight' => '1',
'has_required' => TRUE,
'title' => 'Titre',
),
'field_couverture' => array(
'region' => 'main',
'weight' => '2',
@@ -269,11 +266,18 @@ function materio_publications_strongarm() {
),
'workflow' => array(
'region' => 'right',
'weight' => '1',
'weight' => '2',
'has_required' => FALSE,
'title' => 'Importé',
'hidden' => 0,
),
'field_weight' => array(
'region' => 'right',
'weight' => '1',
'has_required' => FALSE,
'title' => 'weight',
'hidden' => 0,
),
);
$export['nodeformscols_field_placements_publication_default'] = $strongarm;