Skip to content

Commit

Permalink
Reorder exhibit builder navigation select options.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jan 21, 2016
1 parent 6098de2 commit d1571d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ use_advanced_search.options.description = "Check this box if you wish to allow u
use_advanced_search.options.value = "1"

exhibits_nav.type = "select"
exhibits_nav.options.multiOptions.full = "Full-width"
exhibits_nav.options.multiOptions.side = "Sidebar"
exhibits_nav.options.multiOptions.full = "Full-width"
exhibits_nav.options.label = "Select exhibit page navigation style."
exhibits_nav.options.description = "Choose exhibit page navigation style: full-width is a bar that stretches across the page, and sidebar takes up a smaller fraction of the page width."
exhibits_nav.options.value = "side"
Expand Down

0 comments on commit d1571d3

Please sign in to comment.