Skip to content

Commit 664e44f

Browse files
Merge branch 'task/main/DURACOM-426' into task/main/DURACOM-453
2 parents e0bb5f9 + 5160bf9 commit 664e44f

12 files changed

Lines changed: 2154 additions & 2390 deletions

File tree

config/config.example.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ submission:
241241
# Icons to be displayed next to an authority controlled value, to give indication of the source.
242242
sourceIcons:
243243
# Example of configuration for authority logo based on sources.
244-
# The condigured icon will be displayed next to the authority value in submission and on item page or search results.
244+
# The configured icon will be displayed next to the authority value in submission and on item page or search results.
245245
- source: orcid
246246
- path: assets/images/orcid.logo.icon.svg
247247
# Fallback language in which the UI will be rendered if the user's browser language is not an active language
@@ -731,15 +731,3 @@ identifierSubtypes:
731731
iconPosition: IdentifierSubtypesIconPositionEnum.LEFT
732732
link: https://ror.org
733733

734-
# The maximum number of item to process when following authority metadata values.
735-
followAuthorityMaxItemLimit: 100
736-
737-
# The maximum number of metadata values to process for each metadata key
738-
# when following authority metadata values.
739-
followAuthorityMetadataValuesLimit: 5;
740-
741-
# When the search results are retrieved, for each item type the metadata with a valid authority value are inspected.
742-
# Referenced items will be fetched with a find all by id strategy to avoid individual rest requests to efficiently display the search results.
743-
followAuthorityMetadata:
744-
- type: Publication
745-
metadata: dc.contributor.author

0 commit comments

Comments
 (0)