PluginProbe
Knowledge Base documentation & wiki plugin – BasePress Docs / trunk
Knowledge Base documentation & wiki plugin – BasePress Docs vtrunk
basepress / options.php

options.php in Knowledge Base documentation & wiki plugin – BasePress Docs trunk, at options.php

31 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 $options = array(
4 'breadcrumbs_kb_name' => 'Knowledge Base',
5 'post_count_ip_exclude' => '',
6 'theme_style' => 'default',
7 'sidebar_position' => 'right',
8 'force_sidebar_position' => 1,
9 'section_style' => 'list',
10 'sub_section_style' => 'list',
11 'kbs_choose_text' => 'Choose',
12 'products_cols' => 2,
13 'sections_cols' => 2,
14 'sections_post_limit' => 6,
15 'section_post_limit' => 20,
16 'show_section_icon' => 1,
17 'show_post_icon' => 1,
18 'show_section_post_count' => 1,
19 'show_search_suggest' => 1,
20 'min_search_suggest_screen' => 768,
21 'search_suggest_count' => 4,
22 'search_field_placeholder' => 'Search Knowledge Base',
23 'search_submit_text' => 'Search',
24 'show_search_submit' => 1,
25 'search_page_title' => 'Found %number% results for:',
26 'search_page_no_results_title' => 'There were no results for your search.',
27 'smartsearch_no_results_message' => 'No results found',
28 "search_suggest_more_text" => 'Show all results (%number%)',
29 'searchbar_style' => 1,
30 );
31 return $options;