| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 | <?php/** * @file * frequently_asked_questions.strongarm.inc *//** * Implements hook_strongarm(). */function frequently_asked_questions_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 = 'faq_answer_category_name';  $strongarm->value = 0;  $export['faq_answer_category_name'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_answer_label';  $strongarm->value = 'A:';  $export['faq_answer_label'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_back_to_top';  $strongarm->value = 'Back to Top';  $export['faq_back_to_top'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_category_display';  $strongarm->value = 'categories_inline';  $export['faq_category_display'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_category_hide_qa_accordion';  $strongarm->value = 1;  $export['faq_category_hide_qa_accordion'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_category_listing';  $strongarm->value = 'ul';  $export['faq_category_listing'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_count';  $strongarm->value = 0;  $export['faq_count'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_custom_breadcrumbs';  $strongarm->value = 1;  $export['faq_custom_breadcrumbs'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_default_sorting';  $strongarm->value = 'DESC';  $export['faq_default_sorting'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_description';  $strongarm->value = 'We hope that you\'ll find the appropriate answer to your question here !';  $export['faq_description'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_disable_node_links';  $strongarm->value = 1;  $export['faq_disable_node_links'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_display';  $strongarm->value = 'hide_answer';  $export['faq_display'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_group_questions_top';  $strongarm->value = 0;  $export['faq_group_questions_top'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_hide_child_terms';  $strongarm->value = 0;  $export['faq_hide_child_terms'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_hide_qa_accordion';  $strongarm->value = 1;  $export['faq_hide_qa_accordion'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_omit_vocabulary';  $strongarm->value = array(    15 => '15',    4 => '4',    14 => '14',    16 => '16',    17 => 0,  );  $export['faq_omit_vocabulary'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_qa_mark';  $strongarm->value = 0;  $export['faq_qa_mark'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_question_label';  $strongarm->value = 'Q:';  $export['faq_question_label'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_question_length';  $strongarm->value = 'short';  $export['faq_question_length'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_question_listing';  $strongarm->value = 'ul';  $export['faq_question_listing'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_question_long_form';  $strongarm->value = 1;  $export['faq_question_long_form'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_show_expand_all';  $strongarm->value = 1;  $export['faq_show_expand_all'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_show_node_links';  $strongarm->value = 0;  $export['faq_show_node_links'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_show_term_page_children';  $strongarm->value = 0;  $export['faq_show_term_page_children'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_title';  $strongarm->value = 'Frequently Asked Questions';  $export['faq_title'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_use_categories';  $strongarm->value = 1;  $export['faq_use_categories'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'faq_use_teaser';  $strongarm->value = 0;  $export['faq_use_teaser'] = $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_faq_default';  $strongarm->value = array(    'title' => array(      'region' => 'main',      'weight' => '0',      'has_required' => TRUE,      'title' => 'Question',    ),    'additional_settings' => array(      'region' => 'main',      'weight' => '4',      'has_required' => FALSE,      'title' => 'Vertical tabs',      'hidden' => 0,    ),    'actions' => array(      'region' => 'right',      'weight' => '3',      'has_required' => FALSE,      'title' => 'Enregistrer',      'hidden' => 0,    ),    'language' => array(      'region' => 'right',      'weight' => '1',      'has_required' => FALSE,      'title' => 'Langue',      'hidden' => 0,    ),    'detailed_question' => array(      'region' => 'main',      'weight' => '2',      'has_required' => FALSE,      'title' => 'Question details',      'hidden' => 0,    ),    'body' => array(      'region' => 'main',      'weight' => '3',      'has_required' => FALSE,      'title' => 'Answer',      'hidden' => 0,    ),    'field_categories' => array(      'region' => 'right',      'weight' => '0',      'has_required' => TRUE,      'title' => 'Categories',    ),    'workflow' => array(      'region' => 'right',      'weight' => '2',      'has_required' => FALSE,      'title' => 'Publication',      'collapsed' => 0,      'hidden' => 0,    ),  );  $export['nodeformscols_field_placements_faq_default'] = $strongarm;  return $export;}
 |