File tree Expand file tree Collapse file tree
src/app/item-page/simple/field-components/specific-field Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,25 +12,6 @@ import { Item } from '../../../../core/shared/item.model';
1212import { getFirstCompletedRemoteData } from '../../../../core/shared/operators' ;
1313import { MetadataValuesComponent } from '../../../field-components/metadata-values/metadata-values.component' ;
1414import { 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/**
You can’t perform that action at this time.
0 commit comments