-
Notifications
You must be signed in to change notification settings - Fork 256
Bookmarks
Jane Sandberg edited this page May 11, 2020
·
5 revisions
If a User implementation is provided, Blacklight can provide a "bookmarks" or "selected items" feature. Blacklight ships with a devise-based example, but it should be portable across authentication framework.
If you would like to remove bookmarks from your index view add the following to your blacklight configuration:
config.index.document_actions.delete(:bookmark)
If you would like to remove bookmarks from your show page add the following line to your blacklight configuration:
config.show.document_actions.delete(:bookmark)
If you would like to remove the the bookmarks count from the top navigation, add the following to your blacklight configuration.
config.navbar.partials.delete(:bookmark)