# --- landing page vars # --- section title collections_section_name = Collections # --- intro text collections_intro_text = This is the intro text. # --- collection type to dipslay on landing page landing_page_collection_type = collection # --- sort list of collections by landing_page_sort = ca_collections.idno_sort # --- collection detail and hierarchy browser vars # --- hide collection browser completely do_not_display_collection_browser = 0 # --- browser initially closed by default browser_closed = 0 # --- collapse levels - show/hide click to revel hierarchy levels in right side of browser collapse_levels = 0 # --- number of levels to include in right panel max_levels = 4 # --- icons to use for different collection record types # --- should be keyed by record typecode collection_type_icons = { box = , file = } link_out_icon = description_template = ^ca_collections.scopeContent # --- collection types to not make links (this overrides always_link_to_detail) non_linkable_collection_types = {} # --- collection types to not include (in right side sub panel only, and only when there is more than one level being shown. For for example, hide file when on a collections page, but not when it's the only thing to show in the right side panel) exclude_collection_types = {file} # --- link to collection pages even when have no related objects or child collection records? always_link_to_detail = 0