-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎁 Configure new admin set form and indexer
- Loading branch information
LaRita Robinson
committed
Jan 27, 2024
1 parent
cb8cc0c
commit 3401b0b
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]' | ||
|