Field widget edition (#19209)
https://github.com/user-attachments/assets/2f1a5847-3375-414f-a2b8-ce4b533b5512 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
136f362b24
commit
20ac5b7e84
@@ -9,12 +9,14 @@ import {
|
||||
export const createDefaultFieldWidget = ({
|
||||
id,
|
||||
pageLayoutTabId,
|
||||
title,
|
||||
fieldMetadataId,
|
||||
objectMetadataId,
|
||||
positionIndex,
|
||||
}: {
|
||||
id: string;
|
||||
pageLayoutTabId: string;
|
||||
title: string;
|
||||
fieldMetadataId: string;
|
||||
objectMetadataId: string;
|
||||
positionIndex: number;
|
||||
@@ -23,7 +25,7 @@ export const createDefaultFieldWidget = ({
|
||||
__typename: 'PageLayoutWidget',
|
||||
id,
|
||||
pageLayoutTabId,
|
||||
title: '',
|
||||
title,
|
||||
type: WidgetType.FIELD,
|
||||
configuration: {
|
||||
__typename: 'FieldConfiguration',
|
||||
|
||||
Reference in New Issue
Block a user