Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#B3D4FF

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.

Code Block
languageruby
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.

Note

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.