File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,6 +158,9 @@ import {
158158import {
159159 LonghtmlComponent
160160} from './cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/longhtml/longhtml.component' ;
161+ import {
162+ ImageComponent
163+ } from "./cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/image/image.component" ;
161164
162165const ENTRY_COMPONENTS = [
163166 // put only entry components that use custom decorator
@@ -199,6 +202,7 @@ const ENTRY_COMPONENTS = [
199202 CrisLayoutMediaBoxComponent ,
200203 GooglemapsGroupComponent ,
201204 OpenstreetmapGroupComponent ,
205+ ImageComponent
202206] ;
203207
204208@NgModule ( {
@@ -225,6 +229,8 @@ const ENTRY_COMPONENTS = [
225229 MetadataRenderComponent ,
226230 BitstreamAttachmentComponent ,
227231 AttachmentRenderComponent ,
232+ MarkdownComponent ,
233+ ImageComponent
228234 ] ,
229235 providers :[ LoadMoreService , NgbActiveModal ] ,
230236 imports : [
You can’t perform that action at this time.
0 commit comments