fix: #1808, arrays and blocks now save localized nested field data upon reordering rows
This commit is contained in:
@@ -282,6 +282,17 @@ export interface GroupField {
|
||||
potentiallyEmptyGroup: {
|
||||
text?: string;
|
||||
};
|
||||
groupInRow: {
|
||||
field?: string;
|
||||
secondField?: string;
|
||||
thirdField?: string;
|
||||
};
|
||||
secondGroupInRow: {
|
||||
field?: string;
|
||||
nestedGroup: {
|
||||
nestedField?: string;
|
||||
};
|
||||
};
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user