A sticky alert header for sandbox.archivesspace.org.
- Stop the application
- Clone the plugin into the
archivesspace/plugins
directory - Add
sandbox_header
toconfig.rb
, ensuring to uncomment/remove the # from the front of the relevant AppConfig line. For example:AppConfig[:plugins] = ['local', 'sandbox_header']
- Restart the application