diff options
Diffstat (limited to 'admin/admin_pigeonholes_inc.php')
| -rw-r--r-- | admin/admin_pigeonholes_inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/admin_pigeonholes_inc.php b/admin/admin_pigeonholes_inc.php index d73aded..be06a61 100644 --- a/admin/admin_pigeonholes_inc.php +++ b/admin/admin_pigeonholes_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.17 2007/06/10 12:35:51 nickpalmer Exp $ +// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.18 2007/08/23 07:31:27 squareing Exp $ $pigeonholeDisplaySettings = array( 'pigeonholes_display_path' => array( @@ -18,6 +18,10 @@ $pigeonholeDisplaySettings = array( 'label' => 'Display Subtree', 'note' => 'When viewing the category list, you can display the subcategories as well.', ), + 'pigeonholes_list_filter' => array( + 'label' => 'Listing Filter', + 'note' => 'When viewing a listing of content items, users can limit the listing based on category.', + ), 'pigeonholes_themes' => array( 'label' => 'Theme selection', 'note' => 'Allow the selection of a different theme to use for a category.', |
