We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b995db commit b1a6c8aCopy full SHA for b1a6c8a
1 file changed
config/features.rb
@@ -33,6 +33,10 @@
33
default: Hyrax.config.active_deposit_agreement_acceptance?,
34
description: "Require an active acceptance of the deposit agreement by checking a checkbox"
35
36
+ feature :batch_upload,
37
+ default: false,
38
+ description: "Enable uploading batches of works. <br /><strong>WARNING:</strong> This feature is not compatible with flexible metadata.".html_safe
39
+
40
# Note, if this is deactivated, a default admin set will be created and all
41
# works will be assigned to it when they are created.
42
feature :assign_admin_set,
0 commit comments