-
Notifications
You must be signed in to change notification settings - Fork 257
Bookmarks
cam156 edited this page Mar 2, 2016
·
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 to your blacklight configuration:
config.show.document_actions.delete(:bookmark)