Skip to content

Commit 07a03bf

Browse files
committed
fix after merge
1 parent 1ccc7c6 commit 07a03bf

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

src/app/item-page/simple/field-components/specific-field/item-page-field.component.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,6 @@ import { Item } from '../../../../core/shared/item.model';
1212
import { getFirstCompletedRemoteData } from '../../../../core/shared/operators';
1313
import { MetadataValuesComponent } from '../../../field-components/metadata-values/metadata-values.component';
1414
import { ImageField } from './image-field';
15-
import { getFirstCompletedRemoteData } from '../../../../core/shared/operators';
16-
17-
/**
18-
* Interface that encapsulate Image configuration for this component.
19-
*/
20-
export interface ImageField {
21-
/**
22-
* URI that is used to retrieve the image.
23-
*/
24-
URI: string;
25-
/**
26-
* i18n Key that represents the alt text to display
27-
*/
28-
alt: string;
29-
/**
30-
* CSS variable that contains the height of the inline image.
31-
*/
32-
heightVar: string;
33-
}
3415

3516

3617
/**

0 commit comments

Comments
 (0)