config/features.rb in hyrax-2.8.0 vs config/features.rb in hyrax-2.9.0
- old
+ new
@@ -40,6 +40,10 @@
description: "Do not show the private items."
feature :hide_users_list,
default: true,
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"
end