added links to home v2
This commit is contained in:
parent
32f26b4bf5
commit
d5155b3b31
@ -329,6 +329,13 @@ features[variable][] = node_submitted_company
|
||||
features[variable][] = node_submitted_materiau
|
||||
features[variable][] = node_submitted_page
|
||||
features[variable][] = node_submitted_webform
|
||||
features[variable][] = nodeformscols_field_placements_breve_default
|
||||
features[variable][] = nodeformscols_field_placements_company_default
|
||||
features[variable][] = nodeformscols_field_placements_didactique_default
|
||||
features[variable][] = nodeformscols_field_placements_materiau_default
|
||||
features[variable][] = nodeformscols_field_placements_page_default
|
||||
features[variable][] = nodeformscols_field_placements_simplenews_default
|
||||
features[variable][] = nodeformscols_field_placements_webform_default
|
||||
features[variable][] = print_comments
|
||||
features[variable][] = print_css
|
||||
features[variable][] = print_footer_options
|
||||
|
@ -580,6 +580,681 @@ function materio_content_types_strongarm() {
|
||||
$strongarm->value = 'main-menu:0';
|
||||
$export['menu_parent_webform'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'nodeformscols_field_placements_breve_default';
|
||||
$strongarm->value = array(
|
||||
'title' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Titre',
|
||||
),
|
||||
'additional_settings' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Save',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'language' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '1',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Language',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'body' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Body',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_source' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'source',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_materiau_ref' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '0',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Materiau(x) lié(s)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_memo' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Mémo',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_visuel' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Image',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'title_field' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '1',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Titre',
|
||||
),
|
||||
'field_video_filter' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '7',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'video',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_onthologie' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '8',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Onthologie',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_tags_libres' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '9',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Tags libres',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_authored_on' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '10',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Authored on',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_workflow_state' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '11',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Workflow State',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'workflow' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Publication',
|
||||
'collapsed' => 0,
|
||||
'hidden' => 0,
|
||||
),
|
||||
);
|
||||
$export['nodeformscols_field_placements_breve_default'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'nodeformscols_field_placements_company_default';
|
||||
$strongarm->value = array(
|
||||
'additional_settings' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '8',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Save',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'language' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '1',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Language',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'body' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '6',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Materio speach',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_memo' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Mémo',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_note' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Note',
|
||||
),
|
||||
'field_tode_company' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Name',
|
||||
),
|
||||
'field_infos_from_company' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '7',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Infos from company',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_department' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '1',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Department',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_website' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'website',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_public_address' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Adresse',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_public_phone' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Phone',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_public_email' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Email',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_attachments' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '9',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Fichiers joints',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'workflow' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Publication',
|
||||
'collapsed' => 0,
|
||||
'hidden' => 0,
|
||||
),
|
||||
);
|
||||
$export['nodeformscols_field_placements_company_default'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'nodeformscols_field_placements_didactique_default';
|
||||
$strongarm->value = array(
|
||||
'title' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Title',
|
||||
),
|
||||
'additional_settings' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '10',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Save',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'language' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Language',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'body' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Body',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_visuel' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Image',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_weight' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'weight',
|
||||
),
|
||||
'title_field' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '1',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Title',
|
||||
),
|
||||
'field_displayed_in_home' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '1',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Displayed in home',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_emvideo' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Video',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_displayed_in_whoweare' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Displayed in whoweare',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'workflow' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Publication',
|
||||
'collapsed' => 0,
|
||||
'hidden' => 0,
|
||||
),
|
||||
);
|
||||
$export['nodeformscols_field_placements_didactique_default'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'nodeformscols_field_placements_materiau_default';
|
||||
$strongarm->value = array(
|
||||
'title' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Nom',
|
||||
),
|
||||
'additional_settings' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '9',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '8',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Save',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'language' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Language',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_attachments' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Fichiers joints',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_description' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Description',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_nature_titre' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Nature Titre',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_materiau_image' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '6',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Image',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_video_filter' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '7',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'video',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_memo' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '7',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Mémo',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'title_field' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '1',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Nom',
|
||||
),
|
||||
'field_localisation' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Localisation',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_tags_libres' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '10',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Tags libres',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_onthologie' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '8',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Onthologie',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_company_fab' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '11',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Manufacturer',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_company_distrib' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '12',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Distributor',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_famille' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Famille',
|
||||
),
|
||||
'field_identifiant' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '1',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Identifiant',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_reference_materio' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Référence Materio',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_materiau_ref' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Materiau(x) lié(s)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_breve_ref' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Brève(s) liée(s)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_workflow_state' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '13',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Workflow State',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'workflow' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '6',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Publication',
|
||||
'collapsed' => 0,
|
||||
'hidden' => 0,
|
||||
),
|
||||
);
|
||||
$export['nodeformscols_field_placements_materiau_default'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'nodeformscols_field_placements_page_default';
|
||||
$strongarm->value = array(
|
||||
'title' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Title',
|
||||
),
|
||||
'additional_settings' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '7',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Enregistrer',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'language' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '0',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Langue',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'body' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Body',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'title_field' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '2',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Titre',
|
||||
),
|
||||
'workflow' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '1',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Importé',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'entity_translation_entity_form_language_update' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '1',
|
||||
'has_required' => FALSE,
|
||||
'title' => NULL,
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_bandeau' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Bandeau',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_emvideo' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Video',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_liens' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '6',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'liens',
|
||||
'hidden' => 0,
|
||||
),
|
||||
);
|
||||
$export['nodeformscols_field_placements_page_default'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'nodeformscols_field_placements_simplenews_default';
|
||||
$strongarm->value = array(
|
||||
'title' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Title',
|
||||
),
|
||||
'additional_settings' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Enregistrer',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'body' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Body',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_simplenews_term' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Newsletter category',
|
||||
),
|
||||
'simplenews_token_help' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Motifs de remplacement',
|
||||
'collapsed' => 1,
|
||||
'hidden' => 0,
|
||||
),
|
||||
'workflow' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '1',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Importé',
|
||||
'hidden' => 0,
|
||||
),
|
||||
);
|
||||
$export['nodeformscols_field_placements_simplenews_default'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'nodeformscols_field_placements_webform_default';
|
||||
$strongarm->value = array(
|
||||
'title' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '1',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Title',
|
||||
),
|
||||
'additional_settings' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '4',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '1',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Save',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'language' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '0',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Language',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'body' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Body',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'title_field' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Titre',
|
||||
),
|
||||
);
|
||||
$export['nodeformscols_field_placements_webform_default'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user