Skip to content

Commit

Permalink
🎁 Configure new admin set form and indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
LaRita Robinson committed Jan 27, 2024
1 parent cb8cc0c commit 3401b0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/initializers/hyrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
# (i.e. AdminSet for ActiveFedora, Hyrax::AdministrativeSet for Valkyrie)
# config.admin_set_model = 'AdminSet'
config.admin_set_model = 'AdminSetResource'
# Identify the form that will be used for Admin Sets
config.administrative_set_form = 'AdminSetResourceForm'
# Identify the indexer that will be used for Admin Sets
config.administrative_set_indexer = 'AdminSetResourceIndexer'

# The email address that messages submitted via the contact page are sent to
# This is set by account settings
# config.contact_email = '[email protected]'
Expand Down

0 comments on commit 3401b0b

Please sign in to comment.