Skip to content

Enabling Features

Rebekah Kati edited this page Aug 1, 2025 · 1 revision

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 features.rb file which defines keys and whether they are enabled by default.

Important

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.

Clone this wiki locally