Skip to content

Commit 57ffe38

Browse files
NikitaKr1vonosovdavide-negretti
authored andcommitted
[UXP-120] - UXP: update rendering types
1 parent d320349 commit 57ffe38

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/gmap/gmap.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('GmapComponent', () => {
3333
const mockField: LayoutField = {
3434
'metadata': 'organization.address.addressLocality',
3535
'label': 'Preferred name',
36-
'rendering': 'GMAP',
36+
'rendering': 'GOOGLEMAPS',
3737
'fieldType': 'METADATA',
3838
'style': null,
3939
'styleLabel': 'test-style-label',

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export enum FieldRenderingType {
1717
TAG = 'TAG',
1818
VALUEPAIR = 'VALUEPAIR',
1919
HTML = 'HTML',
20-
GMAP = 'GMAP',
21-
OSMAP = 'OSMAP',
20+
GMAP = 'GOOGLEMAPS',
21+
OSMAP = 'OPENSTREETMAP',
2222
BROWSE = 'BROWSE',
2323
TAGBROWSE = 'TAG-BROWSE',
2424
MARKDOWN = 'MARKDOWN',

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/osmap/osmap.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('OsmapComponent', () => {
3232
const mockField: LayoutField = {
3333
'metadata': 'organization.address.addressLocality',
3434
'label': 'Preferred name',
35-
'rendering': 'OSMAP',
35+
'rendering': 'OPENSTREETMAP',
3636
'fieldType': 'METADATA',
3737
'style': null,
3838
'styleLabel': 'test-style-label',

0 commit comments

Comments
 (0)