config/features.rb in hyrax-3.1.0 vs config/features.rb in hyrax-3.2.0
- old
+ new
@@ -42,9 +42,12 @@
description: "Do not show users list unless user has authenticated."
feature :cache_work_iiif_manifest,
default: false,
description: "Use Rails.cache to cache the JSON document for IIIF manifests"
+ feature :read_only,
+ default: false,
+ description: "Put the system into read-only mode. Deposits, edits, approvals and anything that makes a change to the data will be disabled."
rescue Flipflop::StrategyError, Flipflop::FeatureError => err
Rails.logger.warn "Ignoring #{err}: #{err.message}"
end
end