PluginProbe
PixTypes / 2.0.0
PixTypes v2.0.0
2.0.2 trunk 1.3.5 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.16 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 2.0.0 2.0.1
pixtypes / plugin-defaults.php

plugin-defaults.php in PixTypes 2.0.0, at plugin-defaults.php

45 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array
2 (
3
4 # Hidden fields
5
6 'settings_saved_once' => '0',
7
8 # "Post Types" fields
9 'enable_portfolio' => true,
10
11 'portfolio_single_item_label' => 'Project',
12 'portfolio_multiple_items_label' => 'Projects',
13
14 'portfolio_change_single_item_slug' => true,
15 'portfolio_new_single_item_slug' => 'portfolio',
16
17 'portfolio_change_archive_slug' => false,
18 'portfolio_new_archive_slug' => '',
19
20 // 'portfolio_use_tags' => false,
21
22 'enable_gallery' => true,
23 'gallery_change_single_item_slug' => true,
24 'gallery_new_single_item_slug' => 'gallery',
25
26 'gallery_change_archive_slug' => true,
27 'gallery_new_archive_slug' => 'galleries',
28 # "Taxonomies" fields
29 'enable_portfolio_categories' => true,
30 'portfolio_categories_change_archive_slug' => true,
31 'portfolio_categories_new_archive_slug' => 'portfolio_category',
32 'enable_gallery_categories' => true,
33 'gallery_categories_change_archive_slug' => true,
34 'gallery_categories_new_archive_slug' => 'gallery_category',
35
36 'enable_portfolio-type' => true,
37 'portfolio-type_change_archive_slug' => true,
38 'portfolio-type_new_archive_slug' => 'project-type',
39
40 'enable_portfolio-tag' => true,
41 'portfolio-tag_change_archive_slug' => true,
42 'portfolio-tag_new_archive_slug' => 'project-tag',
43
44 ); # config
45