config/features.rb in hyrax-1.1.1 vs config/features.rb in hyrax-2.0.0.beta1
- old
+ new
@@ -24,6 +24,10 @@
description: "Show a deposit agreement to users creating works"
feature :active_deposit_agreement_acceptance,
default: Hyrax.config.active_deposit_agreement_acceptance?,
description: "Require an active acceptance of the deposit agreement by checking a checkbox"
+
+ feature :batch_upload,
+ default: true,
+ description: "Enable uploading batches of works"
end