Skip to content

Commit

Permalink
Remove old format for enabling the plugin
Browse files Browse the repository at this point in the history
Removed some instances of the previous format for enabling the plugin in the config file, and replaced with a format consistent with ArchivesSpace best practices.
  • Loading branch information
bdegail authored Jan 21, 2022
1 parent 8274317 commit 6a3afd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ the end of the block of settings for the repository is reached, and also after
the closing curly brace for each repository until the last repository is reached:

```ruby
AppConfig[:plugins] << 'aeon_fulfillment'
AppConfig[:aeon_fulfillment] = {
"atlas" => {
:aeon_web_url => "https://your.institution.edu/aeon/aeon.dll",
Expand Down Expand Up @@ -440,7 +439,7 @@ left of the built in buttons.
### Example Configuration

```ruby
AppConfig[:plugins] << "aeon_fulfillment"
AppConfig[:plugins] = ['local', 'aeon_fulfillment']

AppConfig[:aeon_fulfillment_record_types] = ['accession', 'archival_object', 'resource']
AppConfig[:aeon_fulfillment_button_position] = 2
Expand Down

0 comments on commit 6a3afd7

Please sign in to comment.