com.arsdigita.navigation.index_page_cache_lifetime.title=Index Page Cache Lifetime com.arsdigita.navigation.index_page_cache_lifetime.purpose=The cache lifetime for category index pages in seconds. Default 1 hour com.arsdigita.navigation.index_page_cache_lifetime.example=3600 com.arsdigita.navigation.index_page_cache_lifetime.format=[integer] com.arsdigita.navigation.generate_item_url.title=Generate Item URL com.arsdigita.navigation.generate_item_url.purpose=Generate full item URLs instead of going via search redirector com.arsdigita.navigation.generate_item_url.example=true com.arsdigita.navigation.generate_item_url.format=[boolean] com.arsdigita.navigation.default_template.title=Default Template com.arsdigita.navigation.default_template.purpose=The default category template com.arsdigita.navigation.default_template.example=/templates/ccm-navigation/navigation/nav-default.jsp com.arsdigita.navigation.default_template.format=[string] com.arsdigita.navigation.inherit_templates.title=Inherit Templates from Parent com.arsdigita.navigation.inherit_templates.purpose=If no template for category, should it get template from parent, or fall back on default com.arsdigita.navigation.inherit_templates.example=true|false com.arsdigita.navigation.inherit_templates.format=[boolean] com.arsdigita.navigation.related_items_context.title=Related items category use context com.arsdigita.navigation.related_items_context.purpose=The category use context for the related items query com.arsdigita.navigation.related_items_context.example=subject com.arsdigita.navigation.related_items_context.format=[string] com.arsdigita.navigation.related_items_factory.title=Related items factory implementation com.arsdigita.navigation.related_items_factory.purpose=The implementation of RelatedItemsQueryFactory class com.arsdigita.navigation.related_items_factory.example=com.arsdigita.navigation.RelatedItemsQueryFactoryImpl com.arsdigita.navigation.related_items_factory.format=[class] com.arsdigita.navigation.default_cat_root_path.title=Default Category Root Path com.arsdigita.navigation.default_cat_root_path.purpose=The URL of the application whose root category is to be used as the default root category com.arsdigita.navigation.default_cat_root_path.example=/navigation/ com.arsdigita.navigation.default_cat_root_path.format=[string] com.arsdigita.navigation.default_nav_model.title=Default Navigation Model com.arsdigita.navigation.default_nav_model.purpose=The class of the default navigation model com.arsdigita.navigation.default_nav_model.example=com.arsdigita.navigation.ApplicationNavigationModel com.arsdigita.navigation.default_nav_model.format=[class] com.arsdigita.navigation.traversal_adapters.title=XML renderer rules com.arsdigita.navigation.traversal_adapters.purpose=Name of file with rules for configuring information in generated XML com.arsdigita.navigation.traversal_adapters.format=[string] com.arsdigita.navigation.traversal_adapters.example=/WEB-INF/resources/navigation-adapters.xml com.arsdigita.navigation.category_menu_show_nephews.title=Show nephew categories in CategoryMenu com.arsdigita.navigation.category_menu_show_nephews.purpose=Whether CategoryMenu should display the categories who are nephews to the current category com.arsdigita.navigation.category_menu_show_nephews.example=false com.arsdigita.navigation.category_menu_show_nephews.format=[boolean] com.arsdigita.navigation.category_menu_show_grand_children.title=Show grand children categories in CategoryMenu com.arsdigita.navigation.category_menu_show_grand_children.purpose=Whether CategoryMenu should display the categories which are grand children to the current category. Possible Value: false, adaptiv, true. com.arsdigita.navigation.category_menu_show_grand_children.example=false com.arsdigita.navigation.category_menu_show_grand_children.format=[string] com.arsdigita.navigation.category_menu_show_grand_children_max.title=Max. number of grand children shown in the navigation menu with show_grand_children in adaptive mode. com.arsdigita.navigation.category_menu_show_grand_children_max.purpose=Max. number of grand children shown in the navigation menu with show_grand_children in adaptive mode. Set to 0 to show all. com.arsdigita.navigation.category_menu_show_grand_children_max.example=0 com.arsdigita.navigation.category_menu_show_grand_children_max.format=[integer] com.arsdigita.navigation.category_menu_show_grand_children_min.title=Min. number of grand children shown in the navigation menu with show_grand_children in adaptive mode. com.arsdigita.navigation.category_menu_show_grand_children_min.purpose=Min. number of grand children shown in the navigation menu with show_grand_children in adaptive mode. To avoid showing only 1 entry or none at all at a higher level in the navigation menu. com.arsdigita.navigation.category_menu_show_grand_children_min.example=1 com.arsdigita.navigation.category_menu_show_grand_children_min.format=[integer] com.arsdigita.navigation.category_menu_show_grand_children_limit.title=Limit adaptive mode for show_grand_children to the first n levels com.arsdigita.navigation.category_menu_show_grand_children_limit.purpose=Limit adaptive mode for show_grand_children to the first n levels. After reaching the limit, fallback to show_grand_children=false. com.arsdigita.navigation.category_menu_show_grand_children_limit.example=1 com.arsdigita.navigation.category_menu_show_grand_children_limit.format=[integer] com.arsdigita.navigation.date_order_categories.title=Date Order Categories com.arsdigita.navigation.date_order_categories.purpose=Specify which nav categories should have items sorted by date com.arsdigita.navigation.date_order_categories.example=68594,345:ascending,687493 com.arsdigita.navigation.date_order_categories.format=[string,string,string] com.arsdigita.navigation.top_level_date_order_categories.title=Top level date order categories com.arsdigita.navigation.top_level_date_order_categories.purpose=Categories which will have all their children date ordered com.arsdigita.navigation.top_level_date_order_categories.example=68594,345:ascending com.arsdigita.navigation.top_level_date_order_categories.format=[string,string,string] com.arsdigita.navigation.default_menu_cat_provider.title=Default Menu Category Provider com.arsdigita.navigation.default_menu_cat_provider.purpose=Class that provides categories included in menu for any categories that do not have an alternative provider registered com.arsdigita.navigation.default_menu_cat_provider.example=com.arsdigita.navigation.ui.category.TreeCatProviderImpl com.arsdigita.navigation.default_menu_cat_provider.format=[class]