View field override (#18572)

## Context
This PR introduces overrides for view fields which will be useful for
page layout FIELDS widgets fields position/groups/visibility override +
restore logic.
This commit is contained in:
Weiko
2026-03-14 12:40:15 +01:00
committed by GitHub
parent 0b0ffcb8fa
commit 48172d60fd
50 changed files with 864 additions and 114 deletions
@@ -69,6 +69,7 @@ export const createStandardViewFieldGroupFlatMetadata = <
name,
position,
isVisible,
overrides: null,
createdAt: now,
updatedAt: now,
deletedAt: null,
@@ -120,6 +120,8 @@ export const createStandardViewFieldFlatMetadata = <
isVisible,
size,
aggregateOperation,
overrides: null,
universalOverrides: null,
createdAt: now,
updatedAt: now,
deletedAt: null,