Skip to content

Commit

Permalink
Delete config properties that are no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed Oct 9, 2024
1 parent 5ecddbf commit d035807
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/config/creative-commons-license-config.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down

0 comments on commit d035807

Please sign in to comment.