lib/iqvoc/configuration/core.rb in iqvoc-4.13.2 vs lib/iqvoc/configuration/core.rb in iqvoc-4.14.4

- old
+ new

@@ -9,10 +9,11 @@ mattr_accessor :searchable_class_names, :unlimited_search_results, :default_rdf_namespace_helper_modules, :default_rdf_namespace_helper_methods, :rdf_namespaces, + :rdf_show_change_notes, :change_note_class_name, :first_level_class_configuration_modules, :navigation_items, :ability_class_name, :localized_routes, @@ -100,9 +101,12 @@ dct: 'http://purl.org/dc/terms/', foaf: 'http://xmlns.com/foaf/spec/', void: 'http://rdfs.org/ns/void#', iqvoc: 'http://try.iqvoc.net/schema#' } + + # This flag determines if the changes notes should be included in the RDF representation of a Concept/Label/Collection. + self.rdf_show_change_notes = true # The class to use for automatic generation of change notes on every save self.change_note_class_name = 'Note::SKOS::ChangeNote' self.first_level_class_configuration_modules = [] # Will be set in the modules