diff --git a/src/config/creative-commons-license-config.interface.ts b/src/config/creative-commons-license-config.interface.ts index e4333251dc5..339a604359f 100644 --- a/src/config/creative-commons-license-config.interface.ts +++ b/src/config/creative-commons-license-config.interface.ts @@ -8,18 +8,6 @@ export interface CreativeCommonsLicenseConfig extends Config { */ variant: 'small' | 'full'; - /** - * Field name containing the CC license URI - * Used by {@link ItemPageCcLicenseFieldComponent}. - */ - uriField: string; - - /** - * Field name containing the CC license URI - * Used by {@link ItemPageCcLicenseFieldComponent}. - */ - nameField: string; - /** * Shows the CC license name with the image. Always show if image fails to load * Used by {@link ItemPageCcLicenseFieldComponent}.