<%= render 'spotlight/shared/exhibit_sidebar' %>
<%= configuration_page_title %> <%= bootstrap_form_for @blacklight_configuration, url: spotlight.exhibit_search_configuration_path(@exhibit), layout: :horizontal, label_col: 'col-md-3', control_col: 'col-sm-5' do |f| %>
<%= render 'search_fields', f: f %>
<%= render 'facets', f: f %>
<%= field_set_tag do %> <%= render 'document_index_view_types', f: f %> <%= render 'default_per_page', f: f %> <% end %> <%= render 'sort', f: f %>
<%= f.submit nil, class: 'btn btn-primary' %>
<% end %>