Skip to content

Commit 70c2f82

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-1817 Added rendering type for full and small rendering
1 parent dd7988d commit 70c2f82

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/field-rendering-type.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ export enum FieldRenderingType {
1818
ADVANCEDATTACHMENT = 'ADVANCEDATTACHMENT',
1919
SIMPLEATTACHMENT = 'SIMPLEATTACHMENT',
2020
AUTHORITYLINK = 'AUTHORITYLINK',
21+
CCLICENSEFULL = 'CCLICENSEFULL',
22+
CCLICENSESMALL = 'CCLICENSESMALL',
23+
2124
}

0 commit comments

Comments
 (0)