Skip to content

Commit 699d5fc

Browse files
[UXP-138] resolve conflicts
1 parent 4fed9c2 commit 699d5fc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/app/cris-layout/cris-layout.module.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ import {
158158
import {
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

162165
const 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: [

0 commit comments

Comments
 (0)