Enabling Features
Summary: A number of Hyrax features can be flipped on and off, either via the Administrative Dashboard or via a YAML configuration file.
Some features in Hyrax can be flipped on and off from either the Administrative Dashboard, or via a YAML configuration file at config/features.yml
. This .yml file doesn’t ship with Hyrax but can easily be created.
assign_admin_set:
enabled: false
proxy_deposit:
enabled: false
For a list of flipper features that can be configured in this way, see the https://github.com/samvera/hyrax/blob/main/config/features.rb which defines keys and whether they are enabled by default.
If both options exist, whichever option is set from the Administrative Dashboard will take precedence.
For a complete list of features and instructions on how to configure them, see the Hyrax Feature-matrix.