4506 change field labels and field type for calendarevent object metadata to match figma (#4679)
* update calendarEvent labels and description to match Figma * modify conferenceUri to conferenceLink with LINK type * update format-google-calendar-event.util to match new conferenceLink * update CalendarEventDetails since overriding the fields is no longer needed * fix mock metadata * generate new uuid for field conferenceLink
This commit is contained in:
@ -1240,19 +1240,20 @@ const mockedCalendarEventsMetadata = {
|
||||
node: {
|
||||
__typename: 'field',
|
||||
id: '071d3b2a-9168-45bb-9a83-e840eb707d14',
|
||||
type: 'TEXT',
|
||||
name: 'conferenceUri',
|
||||
label: 'Conference URI',
|
||||
description: 'Conference URI',
|
||||
type: FieldMetadataType.Link,
|
||||
name: 'conferenceLink',
|
||||
label: 'Conference Link',
|
||||
description: 'Conference Link',
|
||||
icon: 'IconLink',
|
||||
isCustom: false,
|
||||
isActive: true,
|
||||
isSystem: true,
|
||||
isNullable: false,
|
||||
isNullable: true,
|
||||
createdAt: '2024-03-15T13:39:09.965Z',
|
||||
updatedAt: '2024-03-15T13:39:09.965Z',
|
||||
defaultValue: {
|
||||
value: '',
|
||||
label: 'https://zoom.us',
|
||||
value: 'https://zoom.us',
|
||||
},
|
||||
options: null,
|
||||
fromRelationMetadata: null,
|
||||
|
||||
Reference in New Issue
Block a user