Skip to content

Commit f60b641

Browse files
[DSC-1520] fix
1 parent 8d97141 commit f60b641

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/environments/environment.test.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { BuildConfig } from 'src/config/build-config.interface';
33
import { RestRequestMethod } from '../app/core/data/rest-request-method';
44
import { NotificationAnimationsType } from '../app/shared/notifications/models/notification-animations-type';
55
import { AdvancedAttachmentElementType } from '../config/advanced-attachment-rendering.config';
6+
import { IdentifierSubtypesIconPositionEnum } from 'src/config/identifier-subtypes-config.interface';
67

78
export const environment: BuildConfig = {
89
production: false,
@@ -587,5 +588,14 @@ export const environment: BuildConfig = {
587588
metaTags: {
588589
defaultLogo: '/assets/images/dspace-cris-logo.png',
589590
defaultDescription: 'DSpace is the most widely used repository software with more than 3000 installations around the world. It is free, open source and completely customisable to fit the needs of any organisation.'
590-
}
591+
},
592+
593+
identifierSubtypes: [
594+
{
595+
name: 'ror',
596+
icon: 'assets/images/ror.logo.icon.svg',
597+
iconPosition: IdentifierSubtypesIconPositionEnum.LEFT,
598+
link: 'https://ror.org'
599+
}
600+
]
591601
};

0 commit comments

Comments
 (0)