Merge branch 'translators' into showroom
This commit is contained in:
@@ -18,7 +18,7 @@ function mailing_default_elysia_cron_rules() {
|
||||
$cron_rule->rule = '* * * * *';
|
||||
$cron_rule->weight = -11;
|
||||
$cron_rule->context = 'mailing';
|
||||
$cron_rules[''] = $cron_rule;
|
||||
$cron_rules['simplenews_cron'] = $cron_rule;
|
||||
|
||||
$cron_rule = new stdClass;
|
||||
$cron_rule->disabled = FALSE; /* Edit this to true to make a default cron_rule disabled initially */
|
||||
@@ -28,7 +28,7 @@ function mailing_default_elysia_cron_rules() {
|
||||
$cron_rule->rule = '* * * * *';
|
||||
$cron_rule->weight = NULL;
|
||||
$cron_rule->context = NULL;
|
||||
$cron_rules[''] = $cron_rule;
|
||||
$cron_rules['simplenews_scheduler_cron'] = $cron_rule;
|
||||
|
||||
return $cron_rules;
|
||||
|
||||
|
@@ -171,6 +171,47 @@ table[width|cellpadding|cellspacing|border], tr[align|valign], td[align|valign|w
|
||||
'video_filter_autoplay' => 1,
|
||||
'video_filter_related' => 0,
|
||||
'video_filter_html5' => 1,
|
||||
'video_filter_codecs' => array(
|
||||
'archive' => 'Archive.org',
|
||||
'bliptv' => 'Blip.tv',
|
||||
'candidcareer' => 'Candid Career',
|
||||
'capped' => 'Capped',
|
||||
'collegehumor' => 'College Humor',
|
||||
'coub' => 'Coub',
|
||||
'dailymotion' => 'DailyMotion',
|
||||
'democracynow_fullshow' => 'DemocracyNow Fullshow',
|
||||
'democracynow_story' => 'DemocracyNow Story',
|
||||
'flickr_slideshows' => 'Flickr Slideshows',
|
||||
'flickr_video' => 'Flickr Video',
|
||||
'foxnews' => 'Fox News',
|
||||
'gametrailers' => 'Game Trailers',
|
||||
'gamevideos' => 'Game Videos',
|
||||
'giphy' => 'Giphy',
|
||||
'godtube' => 'GodTube',
|
||||
'google' => 'Google Video',
|
||||
'instagram' => 'Instagram',
|
||||
'metacafe' => 'Meta Cafe',
|
||||
'mailru' => 'Mail.Ru',
|
||||
'myspace' => 'MySpace',
|
||||
'myvideo' => 'MyVideo',
|
||||
'picasa_slideshows' => 'Picasa Slideshows',
|
||||
'rutube' => 'Rutube',
|
||||
'slideshare' => 'Slideshare',
|
||||
'streamhoster' => 'Streamhoster',
|
||||
'teachertube' => 'Teachertube',
|
||||
'ted' => 'TED',
|
||||
'twitch' => 'Twitch',
|
||||
'ustream' => 'Ustream',
|
||||
'vbox' => 'Vbox7',
|
||||
'vimeo' => 'Vimeo',
|
||||
'vine' => 'Vine',
|
||||
'whatchado' => 'whatchado',
|
||||
'wistia' => 'Wistia',
|
||||
'youku' => 'YouKu',
|
||||
'youtube' => 'YouTube',
|
||||
'youtube_playlist' => 'YouTube (Playlist)',
|
||||
),
|
||||
'video_filter_multiple_sources' => TRUE,
|
||||
),
|
||||
),
|
||||
'pathologic' => array(
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -14,10 +14,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['access admin theme'] = array(
|
||||
'name' => 'access admin theme',
|
||||
'roles' => array(
|
||||
'Showroom' => 'Showroom',
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -28,10 +24,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['access administration menu'] = array(
|
||||
'name' => 'access administration menu',
|
||||
'roles' => array(
|
||||
'Showroom' => 'Showroom',
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -317,9 +309,6 @@ function materio_administration_user_default_permissions() {
|
||||
'Premium' => 'Premium',
|
||||
'Showroom' => 'Showroom',
|
||||
'Student' => 'Student',
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'Unverified' => 'Unverified',
|
||||
'Utilisateur' => 'Utilisateur',
|
||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
||||
@@ -408,7 +397,6 @@ function materio_administration_user_default_permissions() {
|
||||
'name' => 'subscribe to simplenews category 6374',
|
||||
'roles' => array(
|
||||
'Adhérent' => 'Adhérent',
|
||||
'Showroom' => 'Showroom',
|
||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
@@ -426,7 +414,6 @@ function materio_administration_user_default_permissions() {
|
||||
),
|
||||
'module' => 'materio_user',
|
||||
);
|
||||
|
||||
// Exported permission: 'toggle field translatability'.
|
||||
$permissions['toggle field translatability'] = array(
|
||||
'name' => 'toggle field translatability',
|
||||
@@ -450,9 +437,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate any entity'] = array(
|
||||
'name' => 'translate any entity',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -463,10 +447,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate content'] = array(
|
||||
'name' => 'translate content',
|
||||
'roles' => array(
|
||||
'Showroom' => 'Showroom',
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -477,9 +457,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate node entities'] = array(
|
||||
'name' => 'translate node entities',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@@ -490,9 +467,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate taxonomy_term entities'] = array(
|
||||
'name' => 'translate taxonomy_term entities',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
|
@@ -42,25 +42,67 @@ features[ctools][] = views:views_default:3.0
|
||||
features[elysia_cron][] = workflow_cron
|
||||
features[features_api][] = api:2
|
||||
features[menu_custom][] = navigation
|
||||
features[menu_links][] = navigation_:materio_search_api_ajax/actuality
|
||||
features[menu_links][] = navigation_:print/print
|
||||
features[menu_links][] = navigation_add-content:node/add
|
||||
features[menu_links][] = navigation_add-user:admin/people/create
|
||||
features[menu_links][] = navigation_adhsions:node/11186/webform-results
|
||||
features[menu_links][] = navigation_ajouter-un-tag-libre:http://dev.materio.com/fr/admin/structure/taxonomy/tag_libres/add
|
||||
features[menu_links][] = navigation_breve:node/add/breve
|
||||
features[menu_links][] = navigation_companies:admin/content/companies
|
||||
features[menu_links][] = navigation_company:admin/structure/taxonomy_manager/voc/company
|
||||
features[menu_links][] = navigation_company:node/add/company
|
||||
features[menu_links][] = navigation_compose-tips:filter/tips
|
||||
features[menu_links][] = navigation_content-types:admin/config/regional/translate/table/nodetype
|
||||
features[menu_links][] = navigation_customers:http://www.materio.com/fr/admin/store/customers
|
||||
features[menu_links][] = navigation_didactique:node/add/didactique
|
||||
features[menu_links][] = navigation_duplicate-mails:admin/users/duplicatemails
|
||||
features[menu_links][] = navigation_duplicates:admin/config/content/remove_duplicates
|
||||
features[menu_links][] = navigation_faq:node/add/faq
|
||||
features[menu_links][] = navigation_feedback:admin/reports/feedback
|
||||
features[menu_links][] = navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results
|
||||
features[menu_links][] = navigation_frequently-asked-questions:faq-page
|
||||
features[menu_links][] = navigation_gratuits:admin/users/gratuits
|
||||
features[menu_links][] = navigation_industriels:admin/industriels
|
||||
features[menu_links][] = navigation_industriels:admin/users/industriels
|
||||
features[menu_links][] = navigation_ip-address-tracking:admin/reports/ip_tracking
|
||||
features[menu_links][] = navigation_log-out:user/logout
|
||||
features[menu_links][] = navigation_looping-embed-video:node/add/looping-embed-video
|
||||
features[menu_links][] = navigation_mandrill:admin/reports/mandrill
|
||||
features[menu_links][] = navigation_materiau:node/add/materiau
|
||||
features[menu_links][] = navigation_materio-newsletter:node/add/simplenews/6274
|
||||
features[menu_links][] = navigation_members:admin/users/members
|
||||
features[menu_links][] = navigation_menus:admin/config/regional/translate/table/menu
|
||||
features[menu_links][] = navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates
|
||||
features[menu_links][] = navigation_my-sessions:mysessions
|
||||
features[menu_links][] = navigation_newletters:admin/content/simplenews
|
||||
features[menu_links][] = navigation_node-export-import:node/add/node_export
|
||||
features[menu_links][] = navigation_onthologie:admin/structure/taxonomy/onthologie
|
||||
features[menu_links][] = navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie
|
||||
features[menu_links][] = navigation_orders:admin/store/orders/view
|
||||
features[menu_links][] = navigation_page:node/add/page
|
||||
features[menu_links][] = navigation_pages--didactique--faq:admin/content/pages
|
||||
features[menu_links][] = navigation_panneau:node/add/panel
|
||||
features[menu_links][] = navigation_produit:node/add/product
|
||||
features[menu_links][] = navigation_publication:node/add/publication
|
||||
features[menu_links][] = navigation_reports:admin/store/reports
|
||||
features[menu_links][] = navigation_shopping-cart:cart
|
||||
features[menu_links][] = navigation_simplenews-newsletter:node/add/simplenews
|
||||
features[menu_links][] = navigation_store:/admin/store
|
||||
features[menu_links][] = navigation_strings-search:admin/config/regional/translate/translate
|
||||
features[menu_links][] = navigation_students:admin/students
|
||||
features[menu_links][] = navigation_students:admin/users/students
|
||||
features[menu_links][] = navigation_subscriptions-newsletter:admin/people/simplenews
|
||||
features[menu_links][] = navigation_tag-libres:admin/structure/taxonomy/tag_libres
|
||||
features[menu_links][] = navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres
|
||||
features[menu_links][] = navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc
|
||||
features[menu_links][] = navigation_taxonomy:admin/config/regional/translate/table/taxonomy
|
||||
features[menu_links][] = navigation_taxonomy:admin/structure/taxonomie/admin-taxo
|
||||
features[menu_links][] = navigation_test:node/add/simplenews/6585
|
||||
features[menu_links][] = navigation_user-account:user
|
||||
features[menu_links][] = navigation_users:/admin/users?rid=6
|
||||
features[menu_links][] = navigation_webform:node/add/webform
|
||||
features[menu_links][] = navigation_ze-daily-materio039:node/add/simplenews/6374
|
||||
features[user_permission][] = access admin theme
|
||||
features[user_permission][] = access administration menu
|
||||
features[user_permission][] = access workflow summary views
|
||||
@@ -99,8 +141,6 @@ features[user_permission][] = send newsletter
|
||||
features[user_permission][] = show workflow state form
|
||||
features[user_permission][] = subscribe to newsletters
|
||||
features[user_permission][] = subscribe to simplenews category 6274
|
||||
features[user_permission][] = subscribe to simplenews category 6374
|
||||
features[user_permission][] = subscribe to simplenews category 6585
|
||||
features[user_permission][] = toggle field translatability
|
||||
features[user_permission][] = translate admin strings
|
||||
features[user_permission][] = translate any entity
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -1064,56 +1064,21 @@ function materio_content_types_strongarm() {
|
||||
'region' => 'main',
|
||||
'weight' => '9',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'title' => 'Onglets verticaux',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'region' => 'footer',
|
||||
'weight' => '8',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Save',
|
||||
'title' => 'Enregistrer',
|
||||
'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',
|
||||
'title' => 'Langue',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_memo' => array(
|
||||
@@ -1123,12 +1088,6 @@ function materio_content_types_strongarm() {
|
||||
'title' => 'Mémo',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'title_field' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '1',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Nom',
|
||||
),
|
||||
'field_localisation' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '2',
|
||||
@@ -1136,34 +1095,6 @@ function materio_content_types_strongarm() {
|
||||
'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',
|
||||
@@ -1209,8 +1140,35 @@ function materio_content_types_strongarm() {
|
||||
'region' => 'right',
|
||||
'weight' => '6',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Publication',
|
||||
'collapsed' => 0,
|
||||
'title' => 'Importé',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'entity_translation_entity_form_language_update' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => FALSE,
|
||||
'title' => NULL,
|
||||
'hidden' => 0,
|
||||
),
|
||||
'group_htabs' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'htabs (Field group)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'group_media' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '13',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Médias (Field group)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'group_referencement' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '12',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Référencement (Field group)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
);
|
||||
|
@@ -69,342 +69,344 @@ function materio_home_v2_default_page_manager_pages() {
|
||||
$display->cache = array();
|
||||
$display->title = '';
|
||||
$display->uuid = 'eca54323-0377-4ab0-b40c-69b96c16707a';
|
||||
$display->storage_type = 'page_manager';
|
||||
$display->storage_id = 'page_home_v2__panel_context_2bd92edc-8b2b-42d3-9857-f44f03574847';
|
||||
$display->content = array();
|
||||
$display->panels = array();
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13097',
|
||||
'links' => 0,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => '',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<No Title>',
|
||||
'override_title_heading' => 'span',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'intro-video',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'd0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$display->content['new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7'] = $pane;
|
||||
$display->panels['middle'][0] = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'materio_user-user_register';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 1;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$display->content['new-afe6b27a-ba89-4292-8f16-0a59f0e9d944'] = $pane;
|
||||
$display->panels['middle'][1] = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'menu-menu-home-v2';
|
||||
$pane->shown = FALSE;
|
||||
$pane->access = array(
|
||||
'plugins' => array(),
|
||||
);
|
||||
$pane->configuration = array(
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h3',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 2;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$display->content['new-78b5df28-c9fd-4904-8910-aa1b96c60e35'] = $pane;
|
||||
$display->panels['middle'][2] = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'menu-menu-menu-home-member';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array(
|
||||
'plugins' => array(
|
||||
0 => array(
|
||||
'name' => 'role',
|
||||
'settings' => array(
|
||||
'rids' => array(
|
||||
0 => 10,
|
||||
1 => 11,
|
||||
2 => 6,
|
||||
3 => 8,
|
||||
4 => 3,
|
||||
5 => 4,
|
||||
),
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13097',
|
||||
'links' => 0,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => '',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<No Title>',
|
||||
'override_title_heading' => 'span',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'intro-video',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'd0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$display->content['new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7'] = $pane;
|
||||
$display->panels['middle'][0] = 'new-d0ee2cb5-bc02-4ded-a907-91d2dbea37c7';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'materio_user-user_register';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 1;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$display->content['new-afe6b27a-ba89-4292-8f16-0a59f0e9d944'] = $pane;
|
||||
$display->panels['middle'][1] = 'new-afe6b27a-ba89-4292-8f16-0a59f0e9d944';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'menu-menu-home-v2';
|
||||
$pane->shown = FALSE;
|
||||
$pane->access = array(
|
||||
'plugins' => array(),
|
||||
);
|
||||
$pane->configuration = array(
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h3',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 2;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$display->content['new-78b5df28-c9fd-4904-8910-aa1b96c60e35'] = $pane;
|
||||
$display->panels['middle'][2] = 'new-78b5df28-c9fd-4904-8910-aa1b96c60e35';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'menu-menu-menu-home-member';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array(
|
||||
'plugins' => array(
|
||||
0 => array(
|
||||
'name' => 'role',
|
||||
'settings' => array(
|
||||
'rids' => array(
|
||||
0 => 10,
|
||||
1 => 11,
|
||||
2 => 6,
|
||||
3 => 8,
|
||||
4 => 3,
|
||||
5 => 4,
|
||||
),
|
||||
'context' => 'logged-in-user',
|
||||
'not' => FALSE,
|
||||
),
|
||||
'context' => 'logged-in-user',
|
||||
'not' => FALSE,
|
||||
),
|
||||
);
|
||||
$pane->configuration = array(
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 3;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$display->content['new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339'] = $pane;
|
||||
$display->panels['middle'][3] = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13051',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'showroom',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<No Title>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'showroom-pane',
|
||||
'css_class' => 'showroom',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 4;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$display->content['new-c0f80278-c595-4c40-bcec-11063eb6fac5'] = $pane;
|
||||
$display->panels['middle'][4] = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13052',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'database',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'bdd-pane',
|
||||
'css_class' => 'bdd',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 5;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$display->content['new-71badc43-2232-4c2f-b454-e3be80726a22'] = $pane;
|
||||
$display->panels['middle'][5] = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'panels_mini';
|
||||
$pane->subtype = 'news_home_v2';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'news-pane',
|
||||
'css_class' => 'news-panel',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 6;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$display->content['new-3b6cc0fd-a06a-403a-841e-404ea57fe234'] = $pane;
|
||||
$display->panels['middle'][6] = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13053',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'formations',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'formations-pane',
|
||||
'css_class' => 'formations',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 7;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$display->content['new-e5d39cf0-472b-4779-9d31-a1548fe86bc7'] = $pane;
|
||||
$display->panels['middle'][7] = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13054',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'services',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'services-pane',
|
||||
'css_class' => 'services',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 8;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$display->content['new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe'] = $pane;
|
||||
$display->panels['middle'][8] = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'publication_home_v2-panel_pane_1';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array();
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'publication',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 9;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$display->content['new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'] = $pane;
|
||||
$display->panels['middle'][9] = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '11175',
|
||||
'links' => 0,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => '',
|
||||
'build_mode' => 'full',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'contact-pane',
|
||||
'css_class' => '',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 10;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$display->content['new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'] = $pane;
|
||||
$display->panels['middle'][10] = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
),
|
||||
);
|
||||
$pane->configuration = array(
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 3;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$display->content['new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339'] = $pane;
|
||||
$display->panels['middle'][3] = 'new-fd3cbeb9-4de0-413f-8cd9-f88eb448f339';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13051',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'showroom',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<No Title>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'showroom-pane',
|
||||
'css_class' => 'showroom',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 4;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$display->content['new-c0f80278-c595-4c40-bcec-11063eb6fac5'] = $pane;
|
||||
$display->panels['middle'][4] = 'new-c0f80278-c595-4c40-bcec-11063eb6fac5';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13052',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'database',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'bdd-pane',
|
||||
'css_class' => 'bdd',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 5;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$display->content['new-71badc43-2232-4c2f-b454-e3be80726a22'] = $pane;
|
||||
$display->panels['middle'][5] = 'new-71badc43-2232-4c2f-b454-e3be80726a22';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'panels_mini';
|
||||
$pane->subtype = 'news_home_v2';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'news-pane',
|
||||
'css_class' => 'news-panel',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 6;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$display->content['new-3b6cc0fd-a06a-403a-841e-404ea57fe234'] = $pane;
|
||||
$display->panels['middle'][6] = 'new-3b6cc0fd-a06a-403a-841e-404ea57fe234';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13053',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'formations',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'formations-pane',
|
||||
'css_class' => 'formations',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 7;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$display->content['new-e5d39cf0-472b-4779-9d31-a1548fe86bc7'] = $pane;
|
||||
$display->panels['middle'][7] = 'new-e5d39cf0-472b-4779-9d31-a1548fe86bc7';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '13054',
|
||||
'links' => 1,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => 'services',
|
||||
'build_mode' => 'homeblock',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'services-pane',
|
||||
'css_class' => 'services',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 8;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$display->content['new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe'] = $pane;
|
||||
$display->panels['middle'][8] = 'new-9718c81e-6055-4e4e-a0e5-3796d58c6cbe';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'publication_home_v2-panel_pane_1';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array();
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'publication',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 9;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$display->content['new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'] = $pane;
|
||||
$display->panels['middle'][9] = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'node';
|
||||
$pane->subtype = 'node';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'nid' => '11175',
|
||||
'links' => 0,
|
||||
'leave_node_title' => 0,
|
||||
'identifier' => '',
|
||||
'build_mode' => 'full',
|
||||
'link_node_title' => 0,
|
||||
'override_title' => 1,
|
||||
'override_title_text' => '<none>',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'contact-pane',
|
||||
'css_class' => '',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 10;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$display->content['new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'] = $pane;
|
||||
$display->panels['middle'][10] = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d';
|
||||
$display->hide_title = PANELS_TITLE_NONE;
|
||||
$display->title_pane = '0';
|
||||
$handler->conf['display'] = $display;
|
||||
$page->default_handlers[$handler->name] = $handler;
|
||||
$pages[''] = $page;
|
||||
$pages['home_v2'] = $page;
|
||||
|
||||
return $pages;
|
||||
|
||||
|
@@ -36,127 +36,129 @@ function materio_home_v2_default_panels_mini() {
|
||||
$display->cache = array();
|
||||
$display->title = '';
|
||||
$display->uuid = '4907c432-fcb2-4512-aa6a-5d96ec209978';
|
||||
$display->storage_type = 'panels_mini';
|
||||
$display->storage_id = 'news_home_v2';
|
||||
$display->content = array();
|
||||
$display->panels = array();
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$pane->panel = 'bottom';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'simplenews-6274';
|
||||
$pane->shown = FALSE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'news-letter',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$display->content['new-9cd76d41-bb30-42d9-9209-cdf495d97281'] = $pane;
|
||||
$display->panels['bottom'][0] = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$pane->panel = 'bottom';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'simplenews-0';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 1;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$display->content['new-dd7b8b21-bef6-4816-8f42-0165785fe751'] = $pane;
|
||||
$display->panels['bottom'][1] = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$pane->panel = 'left';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_1';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'link_to_view' => 1,
|
||||
'path' => 'actuality',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'news-pane',
|
||||
'css_class' => 'news',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$display->content['new-04d42fc5-b2de-441b-aaff-3becac366c74'] = $pane;
|
||||
$display->panels['left'][0] = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_2';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array();
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'daily',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$display->content['new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2'] = $pane;
|
||||
$display->panels['middle'][0] = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$pane->panel = 'right';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_3';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$display->content['new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28'] = $pane;
|
||||
$display->panels['right'][0] = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$pane->panel = 'bottom';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'simplenews-6274';
|
||||
$pane->shown = FALSE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'news-letter',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$display->content['new-9cd76d41-bb30-42d9-9209-cdf495d97281'] = $pane;
|
||||
$display->panels['bottom'][0] = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$pane->panel = 'bottom';
|
||||
$pane->type = 'block';
|
||||
$pane->subtype = 'simplenews-0';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 1;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = 'dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$display->content['new-dd7b8b21-bef6-4816-8f42-0165785fe751'] = $pane;
|
||||
$display->panels['bottom'][1] = 'new-dd7b8b21-bef6-4816-8f42-0165785fe751';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$pane->panel = 'left';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_1';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'link_to_view' => 1,
|
||||
'path' => 'actuality',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => 'news-pane',
|
||||
'css_class' => 'news',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$display->content['new-04d42fc5-b2de-441b-aaff-3becac366c74'] = $pane;
|
||||
$display->panels['left'][0] = 'new-04d42fc5-b2de-441b-aaff-3becac366c74';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$pane->panel = 'middle';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_2';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array();
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array(
|
||||
'css_id' => '',
|
||||
'css_class' => 'daily',
|
||||
);
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$display->content['new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2'] = $pane;
|
||||
$display->panels['middle'][0] = 'new-04d7e982-b05e-4bcd-a24a-8d80b8a4bee2';
|
||||
$pane = new stdClass();
|
||||
$pane->pid = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$pane->panel = 'right';
|
||||
$pane->type = 'views_panes';
|
||||
$pane->subtype = 'news_home_v2-panel_pane_3';
|
||||
$pane->shown = TRUE;
|
||||
$pane->access = array();
|
||||
$pane->configuration = array(
|
||||
'override_title' => 0,
|
||||
'override_title_text' => '',
|
||||
'override_title_heading' => 'h2',
|
||||
);
|
||||
$pane->cache = array();
|
||||
$pane->style = array(
|
||||
'settings' => NULL,
|
||||
);
|
||||
$pane->css = array();
|
||||
$pane->extras = array();
|
||||
$pane->position = 0;
|
||||
$pane->locks = array();
|
||||
$pane->uuid = '5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$display->content['new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28'] = $pane;
|
||||
$display->panels['right'][0] = 'new-5a41e0d1-2e82-4fdb-a34a-6712d9cc6d28';
|
||||
$display->hide_title = PANELS_TITLE_NONE;
|
||||
$display->title_pane = 'new-9cd76d41-bb30-42d9-9209-cdf495d97281';
|
||||
$mini->display = $display;
|
||||
|
@@ -1327,7 +1327,7 @@ function materio_user_profiles_field_default_field_instances() {
|
||||
'rows' => 10,
|
||||
),
|
||||
'type' => 'text_textarea',
|
||||
'weight' => 8,
|
||||
'weight' => 7,
|
||||
),
|
||||
);
|
||||
|
||||
|
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* translations.features.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_ctools_plugin_api().
|
||||
*/
|
||||
function translations_ctools_plugin_api($module = NULL, $api = NULL) {
|
||||
if ($module == "strongarm" && $api == "strongarm") {
|
||||
return array("version" => "1");
|
||||
}
|
||||
}
|
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* translations.features.language.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_locale_default_languages().
|
||||
*/
|
||||
function translations_locale_default_languages() {
|
||||
$languages = array();
|
||||
|
||||
// Exported language: cs.
|
||||
$languages['cs'] = array(
|
||||
'language' => 'cs',
|
||||
'name' => 'Czech',
|
||||
'native' => 'Čeština',
|
||||
'direction' => 0,
|
||||
'enabled' => 1,
|
||||
'plurals' => 3,
|
||||
'formula' => '(((($n%10)==1)&&(($n%100)!=11))?(0):((((($n%10)>=2)&&(($n%10)<=4))&&((($n%100)<10)||(($n%100)>=20)))?(1):2))',
|
||||
'domain' => '',
|
||||
'prefix' => 'cs',
|
||||
'weight' => 0,
|
||||
);
|
||||
// Exported language: en.
|
||||
$languages['en'] = array(
|
||||
'language' => 'en',
|
||||
'name' => 'English',
|
||||
'native' => 'English',
|
||||
'direction' => 0,
|
||||
'enabled' => 1,
|
||||
'plurals' => 0,
|
||||
'formula' => '',
|
||||
'domain' => '',
|
||||
'prefix' => 'en',
|
||||
'weight' => -10,
|
||||
);
|
||||
// Exported language: fr.
|
||||
$languages['fr'] = array(
|
||||
'language' => 'fr',
|
||||
'name' => 'French',
|
||||
'native' => 'Français',
|
||||
'direction' => 0,
|
||||
'enabled' => 1,
|
||||
'plurals' => 2,
|
||||
'formula' => '($n>1)',
|
||||
'domain' => '',
|
||||
'prefix' => 'fr',
|
||||
'weight' => -9,
|
||||
);
|
||||
// Exported language: zh-hans.
|
||||
$languages['zh-hans'] = array(
|
||||
'language' => 'zh-hans',
|
||||
'name' => 'Chinese, Simplified',
|
||||
'native' => '简体中文',
|
||||
'direction' => 0,
|
||||
'enabled' => 1,
|
||||
'plurals' => 2,
|
||||
'formula' => '($n!=1)',
|
||||
'domain' => '',
|
||||
'prefix' => 'zh-hans',
|
||||
'weight' => 0,
|
||||
);
|
||||
return $languages;
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* translations.features.translations_cs.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_translations_cs_defaults().
|
||||
*/
|
||||
function translations_translations_cs_defaults() {
|
||||
$translations = array();
|
||||
$translatables = array();
|
||||
return $translations;
|
||||
}
|
@@ -0,0 +1,59 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* translations.features.translations_fr.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_translations_fr_defaults().
|
||||
*/
|
||||
function translations_translations_fr_defaults() {
|
||||
$translations = array();
|
||||
$translatables = array();
|
||||
$translations['fr:default']['4194d8cbfbfed42d6fd00145134d1c78'] = array(
|
||||
'source' => 'Lost my password',
|
||||
'context' => '',
|
||||
'location' => '/fr',
|
||||
'translation' => 'J\'ai perdu mon mot de passe',
|
||||
'plid' => 0,
|
||||
'plural' => 0,
|
||||
);
|
||||
$translatables[] = t('Lost my password', array(), array('context' => ''));
|
||||
$translations['fr:default']['43e6ee9cfc1d52719df78e10c6c0cd64'] = array(
|
||||
'source' => 'Member access',
|
||||
'context' => '',
|
||||
'location' => '/fr',
|
||||
'translation' => 'Accès membre',
|
||||
'plid' => 0,
|
||||
'plural' => 0,
|
||||
);
|
||||
$translatables[] = t('Member access', array(), array('context' => ''));
|
||||
$translations['fr:default']['4a401353fd71b0c461fe419a6431f1e9'] = array(
|
||||
'source' => '<strong>Oops!</strong></br> In order to access information matériO collected about thousands of manufacturers of emerging materials, you need to be part of materiO... ',
|
||||
'context' => '',
|
||||
'location' => '/fr/materio_search_api_ajax/actuality/1?keys=',
|
||||
'translation' => '<strong>Oups!</strong></br> Pour accéder aux informations collectées par matériO sur les milliers de producteurs de matières émergentes, il vous est nécessaire d\'adhérer a matériO.',
|
||||
'plid' => 0,
|
||||
'plural' => 0,
|
||||
);
|
||||
$translatables[] = t('<strong>Oops!</strong></br> In order to access information matériO collected about thousands of manufacturers of emerging materials, you need to be part of materiO... ', array(), array('context' => ''));
|
||||
$translations['fr:default']['daef5b384f5a22ebfbbb89feefc76c81'] = array(
|
||||
'source' => 'Pursue',
|
||||
'context' => '',
|
||||
'location' => '/fr/form/adh-sion',
|
||||
'translation' => 'Poursuivre',
|
||||
'plid' => 0,
|
||||
'plural' => 0,
|
||||
);
|
||||
$translatables[] = t('Pursue', array(), array('context' => ''));
|
||||
$translations['fr:default']['dd1ba1872df91985ed1ca4cde2dfe669'] = array(
|
||||
'source' => 'News',
|
||||
'context' => '',
|
||||
'location' => '/fr/admin/structure/features/cleanup/clear',
|
||||
'translation' => 'Brèves',
|
||||
'plid' => 0,
|
||||
'plural' => 0,
|
||||
);
|
||||
$translatables[] = t('News', array(), array('context' => ''));
|
||||
return $translations;
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* translations.features.translations_zh_hans.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_translations_zh_hans_defaults().
|
||||
*/
|
||||
function translations_translations_zh_hans_defaults() {
|
||||
$translations = array();
|
||||
$translatables = array();
|
||||
return $translations;
|
||||
}
|
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* translations.features.user_permission.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_user_default_permissions().
|
||||
*/
|
||||
function translations_user_default_permissions() {
|
||||
$permissions = array();
|
||||
|
||||
// Exported permission: 'administer languages'.
|
||||
$permissions['administer languages'] = array(
|
||||
'name' => 'administer languages',
|
||||
'roles' => array(
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'locale',
|
||||
);
|
||||
|
||||
// Exported permission: 'translate interface'.
|
||||
$permissions['translate interface'] = array(
|
||||
'name' => 'translate interface',
|
||||
'roles' => array(
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'locale',
|
||||
);
|
||||
|
||||
return $permissions;
|
||||
}
|
56
sites/all/modules/features/translations/translations.info
Normal file
56
sites/all/modules/features/translations/translations.info
Normal file
@@ -0,0 +1,56 @@
|
||||
name = Translations
|
||||
core = 7.x
|
||||
package = Materio
|
||||
version = 7.x-1.0-beta
|
||||
dependencies[] = ctools
|
||||
dependencies[] = features
|
||||
dependencies[] = features_translations
|
||||
dependencies[] = locale
|
||||
dependencies[] = strongarm
|
||||
features[ctools][] = strongarm:strongarm:1
|
||||
features[features_api][] = api:2
|
||||
features[language][] = cs
|
||||
features[language][] = en
|
||||
features[language][] = fr
|
||||
features[language][] = zh-hans
|
||||
features[translations_cs][] = cs:blocks
|
||||
features[translations_cs][] = cs:default
|
||||
features[translations_cs][] = cs:field
|
||||
features[translations_cs][] = cs:menu
|
||||
features[translations_cs][] = cs:metatag
|
||||
features[translations_cs][] = cs:node
|
||||
features[translations_cs][] = cs:profile2
|
||||
features[translations_cs][] = cs:rules
|
||||
features[translations_cs][] = cs:uc_attribute
|
||||
features[translations_cs][] = cs:uc_order_status
|
||||
features[translations_cs][] = cs:webform
|
||||
features[translations_fr][] = fr:blocks
|
||||
features[translations_fr][] = fr:default
|
||||
features[translations_fr][] = fr:field
|
||||
features[translations_fr][] = fr:menu
|
||||
features[translations_fr][] = fr:metatag
|
||||
features[translations_fr][] = fr:node
|
||||
features[translations_fr][] = fr:profile2
|
||||
features[translations_fr][] = fr:rules
|
||||
features[translations_fr][] = fr:uc_attribute
|
||||
features[translations_fr][] = fr:uc_order_status
|
||||
features[translations_fr][] = fr:webform
|
||||
features[translations_zh_hans][] = zh_hans:blocks
|
||||
features[translations_zh_hans][] = zh_hans:default
|
||||
features[translations_zh_hans][] = zh_hans:field
|
||||
features[translations_zh_hans][] = zh_hans:menu
|
||||
features[translations_zh_hans][] = zh_hans:metatag
|
||||
features[translations_zh_hans][] = zh_hans:node
|
||||
features[translations_zh_hans][] = zh_hans:profile2
|
||||
features[translations_zh_hans][] = zh_hans:rules
|
||||
features[translations_zh_hans][] = zh_hans:uc_attribute
|
||||
features[translations_zh_hans][] = zh_hans:uc_order_status
|
||||
features[translations_zh_hans][] = zh_hans:webform
|
||||
features[user_permission][] = administer languages
|
||||
features[user_permission][] = translate interface
|
||||
features[variable][] = i18n_node_translation_switch
|
||||
features[variable][] = locale_field_language_fallback
|
||||
features[variable][] = locale_language_negotiation_url_part
|
||||
features[variable][] = locale_language_providers_weight_language
|
||||
features[variable][] = taxonomy_csv_locale_custom
|
||||
project path = sites/all/modules/features
|
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Code for the Translations feature.
|
||||
*/
|
||||
|
||||
include_once 'translations.features.inc';
|
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* translations.strongarm.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_strongarm().
|
||||
*/
|
||||
function translations_strongarm() {
|
||||
$export = array();
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'i18n_node_translation_switch';
|
||||
$strongarm->value = 1;
|
||||
$export['i18n_node_translation_switch'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'locale_field_language_fallback';
|
||||
$strongarm->value = 1;
|
||||
$export['locale_field_language_fallback'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'locale_language_negotiation_url_part';
|
||||
$strongarm->value = '0';
|
||||
$export['locale_language_negotiation_url_part'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'locale_language_providers_weight_language';
|
||||
$strongarm->value = array(
|
||||
'locale-url' => '-8',
|
||||
'locale-session' => '-6',
|
||||
'locale-user' => '-4',
|
||||
'locale-browser' => '-2',
|
||||
'language-default' => '10',
|
||||
);
|
||||
$export['locale_language_providers_weight_language'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'taxonomy_csv_locale_custom';
|
||||
$strongarm->value = '';
|
||||
$export['taxonomy_csv_locale_custom'] = $strongarm;
|
||||
|
||||
return $export;
|
||||
}
|
Reference in New Issue
Block a user