Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Custom nav config option updated
Browse files Browse the repository at this point in the history
  • Loading branch information
katel committed Apr 15, 2012
1 parent 6f2fded commit cb54e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.ini
Expand Up @@ -8,8 +8,8 @@ logo.options.validators.count.validator = "Count"
logo.options.validators.count.options.max = "1"

custom_header_navigation.type = "textarea"
custom_header_navigation.options.label = "Custom Header Navigation"
custom_header_navigation.options.description = "If you would like to override the default navigation in the theme header, enter a custom list here, using the syntax 'Link Text | path/to/link' for relative links, or 'Link Text | http://example.com' for absolute links. Each link should be on its own line. If this field is blank, the navigation will be generated automatically. Note, if you check a box in the plugin configuration that creates a link to the main navigation, you must also add the page path here."
custom_header_navigation.options.label = "Custom Navigation"
custom_header_navigation.options.description = "If you would like to override the default navigation (listed in the Foundation theme footer by default), enter a custom list here, using the syntax 'Link Text | path/to/link' for relative links, or 'Link Text | http://example.com' for absolute links. Each link should be on its own line. If this field is blank, the navigation will be generated automatically. Note, if you check a box in the plugin configuration that creates a link to the main navigation, you must also add the page path here."
custom_header_navigation.options.rows = "5"

display_featured_item.type = "checkbox"
Expand Down

0 comments on commit cb54e83

Please sign in to comment.