123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823 |
- <?php
- /**
- * @file
- * clameurs.strongarm.inc
- */
- /**
- * Implements hook_strongarm().
- */
- function clameurs_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 = 'field_bundle_settings_node__documentair';
- $strongarm->value = array(
- 'view_modes' => array(),
- 'extra_fields' => array(
- 'form' => array(
- 'title' => array(
- 'weight' => '0',
- ),
- 'path' => array(
- 'weight' => '6',
- ),
- 'redirect' => array(
- 'weight' => '7',
- ),
- 'workflow' => array(
- 'weight' => '8',
- ),
- ),
- 'display' => array(
- 'workflow_current_state' => array(
- 'teaser' => array(
- 'weight' => '3',
- 'visible' => FALSE,
- ),
- 'accueil' => array(
- 'weight' => '3',
- 'visible' => FALSE,
- ),
- ),
- 'workflow' => array(
- 'teaser' => array(
- 'weight' => '4',
- 'visible' => FALSE,
- ),
- 'accueil' => array(
- 'weight' => '4',
- 'visible' => FALSE,
- ),
- ),
- ),
- ),
- );
- $export['field_bundle_settings_node__documentair'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'field_bundle_settings_node__episode';
- $strongarm->value = array(
- 'view_modes' => array(),
- 'extra_fields' => array(
- 'form' => array(
- 'title' => array(
- 'weight' => '0',
- ),
- 'path' => array(
- 'weight' => '5',
- ),
- 'redirect' => array(
- 'weight' => '6',
- ),
- 'workflow' => array(
- 'weight' => '7',
- ),
- ),
- 'display' => array(
- 'workflow_current_state' => array(
- 'teaser' => array(
- 'weight' => '3',
- 'visible' => FALSE,
- ),
- 'accueil' => array(
- 'weight' => '4',
- 'visible' => FALSE,
- ),
- ),
- 'workflow' => array(
- 'teaser' => array(
- 'weight' => '4',
- 'visible' => FALSE,
- ),
- 'accueil' => array(
- 'weight' => '5',
- 'visible' => FALSE,
- ),
- ),
- ),
- ),
- );
- $export['field_bundle_settings_node__episode'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'field_bundle_settings_node__thematique';
- $strongarm->value = array(
- 'view_modes' => array(),
- 'extra_fields' => array(
- 'form' => array(
- 'title' => array(
- 'weight' => '0',
- ),
- 'path' => array(
- 'weight' => '3',
- ),
- 'redirect' => array(
- 'weight' => '4',
- ),
- 'workflow' => array(
- 'weight' => '6',
- ),
- ),
- 'display' => array(
- 'workflow_current_state' => array(
- 'teaser' => array(
- 'weight' => '3',
- 'visible' => FALSE,
- ),
- 'accueil' => array(
- 'weight' => '3',
- 'visible' => FALSE,
- ),
- 'attente' => array(
- 'weight' => '2',
- 'visible' => FALSE,
- ),
- ),
- 'workflow' => array(
- 'teaser' => array(
- 'weight' => '4',
- 'visible' => FALSE,
- ),
- 'accueil' => array(
- 'weight' => '4',
- 'visible' => FALSE,
- ),
- 'attente' => array(
- 'weight' => '3',
- 'visible' => FALSE,
- ),
- ),
- ),
- ),
- );
- $export['field_bundle_settings_node__thematique'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'language_content_type_documentair';
- $strongarm->value = '0';
- $export['language_content_type_documentair'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'language_content_type_episode';
- $strongarm->value = '0';
- $export['language_content_type_episode'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'language_content_type_thematique';
- $strongarm->value = '0';
- $export['language_content_type_thematique'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'menu_options_documentair';
- $strongarm->value = array();
- $export['menu_options_documentair'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'menu_options_episode';
- $strongarm->value = array();
- $export['menu_options_episode'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'menu_options_thematique';
- $strongarm->value = array();
- $export['menu_options_thematique'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'menu_parent_documentair';
- $strongarm->value = 'main-menu:0';
- $export['menu_parent_documentair'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'menu_parent_episode';
- $strongarm->value = 'main-menu:0';
- $export['menu_parent_episode'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'menu_parent_thematique';
- $strongarm->value = 'main-menu:0';
- $export['menu_parent_thematique'] = $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_documentair_default';
- $strongarm->value = array(
- 'title' => array(
- 'region' => 'main',
- 'weight' => '0',
- 'has_required' => FALSE,
- 'title' => 'Titre',
- 'hidden' => 0,
- ),
- 'additional_settings' => array(
- 'region' => 'footer',
- 'weight' => '0',
- 'has_required' => FALSE,
- 'title' => 'Vertical tabs',
- 'hidden' => 0,
- ),
- 'actions' => array(
- 'region' => 'right',
- 'weight' => '3',
- 'has_required' => FALSE,
- 'title' => 'Enregistrer',
- 'hidden' => 0,
- ),
- 'entity_translation_entity_form_language_update' => array(
- 'region' => 'footer',
- 'weight' => '1',
- 'has_required' => FALSE,
- 'title' => NULL,
- 'hidden' => 1,
- ),
- 'field_doc' => array(
- 'region' => 'right',
- 'weight' => '0',
- 'has_required' => FALSE,
- 'title' => 'Doc',
- 'hidden' => 0,
- ),
- 'field_thematique' => array(
- 'region' => 'right',
- 'weight' => '1',
- 'has_required' => FALSE,
- 'title' => 'Thématique',
- 'hidden' => 0,
- ),
- 'group_htabs' => array(
- 'region' => 'main',
- 'weight' => '3',
- 'has_required' => FALSE,
- 'title' => 'htabs (Field group)',
- 'hidden' => 0,
- ),
- 'group_texte' => array(
- 'region' => 'main',
- 'weight' => '4',
- 'has_required' => FALSE,
- 'title' => 'Texte (Field group)',
- 'hidden' => 1,
- ),
- 'group_video' => array(
- 'region' => 'main',
- 'weight' => '5',
- 'has_required' => FALSE,
- 'title' => 'Video (Field group)',
- 'hidden' => 0,
- ),
- 'workflow' => array(
- 'region' => 'right',
- 'weight' => '2',
- 'has_required' => FALSE,
- 'title' => 'Target state',
- 'hidden' => 0,
- ),
- 'title_field' => array(
- 'region' => 'main',
- 'weight' => '0',
- 'has_required' => TRUE,
- 'title' => 'Titre',
- ),
- );
- $export['nodeformscols_field_placements_documentair_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_episode_default';
- $strongarm->value = array(
- 'title' => array(
- 'region' => 'main',
- 'weight' => '0',
- 'has_required' => TRUE,
- 'title' => 'Titre',
- ),
- 'additional_settings' => array(
- 'region' => 'footer',
- 'weight' => '0',
- 'has_required' => FALSE,
- 'title' => 'Vertical tabs',
- 'hidden' => 0,
- ),
- 'actions' => array(
- 'region' => 'right',
- 'weight' => '3',
- 'has_required' => FALSE,
- 'title' => 'Enregistrer',
- 'hidden' => 0,
- ),
- 'entity_translation_entity_form_language_update' => array(
- 'region' => 'footer',
- 'weight' => '1',
- 'has_required' => FALSE,
- 'title' => NULL,
- 'hidden' => 0,
- ),
- 'field_habiter' => array(
- 'region' => 'right',
- 'weight' => '0',
- 'has_required' => FALSE,
- 'title' => 'Habiter',
- 'hidden' => 1,
- ),
- 'field_thematique' => array(
- 'region' => 'right',
- 'weight' => '1',
- 'has_required' => FALSE,
- 'title' => 'Thématique',
- 'hidden' => 0,
- ),
- 'group_htabs' => array(
- 'region' => 'main',
- 'weight' => '3',
- 'has_required' => FALSE,
- 'title' => 'htabs (Field group)',
- 'hidden' => 0,
- ),
- 'group_texte' => array(
- 'region' => 'main',
- 'weight' => '9',
- 'has_required' => FALSE,
- 'title' => 'Texte (Field group)',
- 'hidden' => 0,
- ),
- 'group_video' => array(
- 'region' => 'main',
- 'weight' => '10',
- 'has_required' => FALSE,
- 'title' => 'Video (Field group)',
- 'hidden' => 0,
- ),
- 'workflow' => array(
- 'region' => 'right',
- 'weight' => '2',
- 'has_required' => FALSE,
- 'title' => 'Brouillon',
- 'hidden' => 0,
- ),
- );
- $export['nodeformscols_field_placements_episode_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_thematique_default';
- $strongarm->value = array(
- 'title' => array(
- 'region' => 'main',
- 'weight' => '0',
- 'has_required' => TRUE,
- 'title' => 'Titre',
- ),
- 'additional_settings' => array(
- 'region' => 'footer',
- 'weight' => '1',
- 'has_required' => FALSE,
- 'title' => 'Vertical tabs',
- 'hidden' => 0,
- ),
- 'actions' => array(
- 'region' => 'right',
- 'weight' => '4',
- 'has_required' => FALSE,
- 'title' => 'Enregistrer',
- 'hidden' => 0,
- ),
- 'entity_translation_entity_form_language_update' => array(
- 'region' => 'right',
- 'weight' => '2',
- 'has_required' => FALSE,
- 'title' => NULL,
- 'hidden' => 0,
- ),
- 'field_ecouter' => array(
- 'region' => 'right',
- 'weight' => '1',
- 'has_required' => FALSE,
- 'title' => 'Écouter',
- 'hidden' => 1,
- ),
- 'group_htabs' => array(
- 'region' => 'main',
- 'weight' => '1',
- 'has_required' => FALSE,
- 'title' => 'htabs (Field group)',
- 'hidden' => 0,
- ),
- 'group_texte' => array(
- 'region' => 'main',
- 'weight' => '7',
- 'has_required' => FALSE,
- 'title' => 'Texte (Field group)',
- 'hidden' => 0,
- ),
- 'group_episodes' => array(
- 'region' => 'main',
- 'weight' => '9',
- 'has_required' => FALSE,
- 'title' => 'Épisodes (Field group)',
- 'hidden' => 0,
- ),
- 'workflow' => array(
- 'region' => 'right',
- 'weight' => '3',
- 'has_required' => FALSE,
- 'title' => 'Target state',
- 'hidden' => 0,
- ),
- 'field_poid' => array(
- 'region' => 'right',
- 'weight' => '0',
- 'has_required' => TRUE,
- 'title' => 'Poid',
- ),
- 'group_eclairage' => array(
- 'region' => 'main',
- 'weight' => '108',
- 'has_required' => FALSE,
- 'title' => 'Éclairages (Field group)',
- 'hidden' => 0,
- ),
- );
- $export['nodeformscols_field_placements_thematique_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 = 'node_options_documentair';
- $strongarm->value = array(
- 0 => 'status',
- );
- $export['node_options_documentair'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'node_options_episode';
- $strongarm->value = array(
- 0 => 'status',
- );
- $export['node_options_episode'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'node_options_thematique';
- $strongarm->value = array(
- 0 => 'status',
- );
- $export['node_options_thematique'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'node_preview_documentair';
- $strongarm->value = '0';
- $export['node_preview_documentair'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'node_preview_episode';
- $strongarm->value = '0';
- $export['node_preview_episode'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'node_preview_thematique';
- $strongarm->value = '0';
- $export['node_preview_thematique'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'node_submitted_documentair';
- $strongarm->value = 0;
- $export['node_submitted_documentair'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'node_submitted_episode';
- $strongarm->value = 0;
- $export['node_submitted_episode'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'node_submitted_thematique';
- $strongarm->value = 0;
- $export['node_submitted_thematique'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'pathauto_node_documentair_pattern';
- $strongarm->value = '';
- $export['pathauto_node_documentair_pattern'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'pathauto_node_episode_pattern';
- $strongarm->value = '';
- $export['pathauto_node_episode_pattern'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'pathauto_node_thematique_pattern';
- $strongarm->value = '[node:title]';
- $export['pathauto_node_thematique_pattern'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'pathauto_taxonomy_term_actions_pattern';
- $strongarm->value = '';
- $export['pathauto_taxonomy_term_actions_pattern'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_cache';
- $strongarm->value = 1;
- $export['piwik_cache'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_codesnippet_after';
- $strongarm->value = '';
- $export['piwik_codesnippet_after'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_codesnippet_before';
- $strongarm->value = '';
- $export['piwik_codesnippet_before'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_custom';
- $strongarm->value = '0';
- $export['piwik_custom'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_custom_var';
- $strongarm->value = array(
- 'slots' => array(
- 1 => array(
- 'slot' => 1,
- 'name' => '',
- 'value' => '',
- 'scope' => 'visit',
- ),
- 2 => array(
- 'slot' => 2,
- 'name' => '',
- 'value' => '',
- 'scope' => 'visit',
- ),
- 3 => array(
- 'slot' => 3,
- 'name' => '',
- 'value' => '',
- 'scope' => 'visit',
- ),
- 4 => array(
- 'slot' => 4,
- 'name' => '',
- 'value' => '',
- 'scope' => 'visit',
- ),
- 5 => array(
- 'slot' => 5,
- 'name' => '',
- 'value' => '',
- 'scope' => 'visit',
- ),
- ),
- );
- $export['piwik_custom_var'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_domain_mode';
- $strongarm->value = '0';
- $export['piwik_domain_mode'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_js_scope';
- $strongarm->value = 'header';
- $export['piwik_js_scope'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_pages';
- $strongarm->value = 'admin
- admin/*
- batch
- node/add*
- node/*/*
- user/*/*';
- $export['piwik_pages'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_page_title_hierarchy';
- $strongarm->value = 1;
- $export['piwik_page_title_hierarchy'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_page_title_hierarchy_exclude_home';
- $strongarm->value = 1;
- $export['piwik_page_title_hierarchy_exclude_home'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_privacy_donottrack';
- $strongarm->value = 1;
- $export['piwik_privacy_donottrack'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_roles';
- $strongarm->value = array(
- 1 => 0,
- 2 => 0,
- 3 => 0,
- 4 => 0,
- );
- $export['piwik_roles'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_site_id';
- $strongarm->value = '1';
- $export['piwik_site_id'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_site_search';
- $strongarm->value = FALSE;
- $export['piwik_site_search'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_track';
- $strongarm->value = 1;
- $export['piwik_track'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_trackcolorbox';
- $strongarm->value = 1;
- $export['piwik_trackcolorbox'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_trackfiles_extensions';
- $strongarm->value = '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip';
- $export['piwik_trackfiles_extensions'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_trackmailto';
- $strongarm->value = 1;
- $export['piwik_trackmailto'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_trackmessages';
- $strongarm->value = array(
- 'status' => 'status',
- 'warning' => 'warning',
- 'error' => 'error',
- );
- $export['piwik_trackmessages'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_trackuserid';
- $strongarm->value = 0;
- $export['piwik_trackuserid'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_translation_set';
- $strongarm->value = 0;
- $export['piwik_translation_set'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_url_http';
- $strongarm->value = 'http://piwik.figureslibres.io/';
- $export['piwik_url_http'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_url_https';
- $strongarm->value = '';
- $export['piwik_url_https'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_url_skiperror';
- $strongarm->value = '';
- $export['piwik_url_skiperror'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_visibility_pages';
- $strongarm->value = '0';
- $export['piwik_visibility_pages'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'piwik_visibility_roles';
- $strongarm->value = '0';
- $export['piwik_visibility_roles'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_documentair';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_documentair'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_episode';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_episode'] = $strongarm;
- $strongarm = new stdClass();
- $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
- $strongarm->api_version = 1;
- $strongarm->name = 'workflow_thematique';
- $strongarm->value = array(
- 0 => 'node',
- );
- $export['workflow_thematique'] = $strongarm;
- return $export;
- }
|