diff --git a/app/components/arclight/document_component.html.erb b/app/components/arclight/document_component.html.erb index 55d47ead3..2ded9b550 100644 --- a/app/components/arclight/document_component.html.erb +++ b/app/components/arclight/document_component.html.erb @@ -11,7 +11,7 @@ <%= document.normalized_title %> <% end %> <%= render 'arclight/requests', document: document %> - <%= render Arclight::BookmarkComponent.new document: document, action: bookmark_config %> + <%= render (blacklight_config.index.document_actions.arclight_bookmark_control.component || Arclight::BookmarkComponent).new document: document, action: bookmark_config %> <%= toggle_sidebar %> <%= online_filter %>