Migrate field widgets to backend (#18808)
- Renamed FieldConfiguration's layout field to fieldDisplayMode as it caused issues with the layout field of BarChartConfiguration - Create relation Field widgets for standard objects --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
committed by
GitHub
parent
d90d2e3151
commit
be89ef30cd
@@ -93,6 +93,8 @@ export type ViewConfiguration = {
|
||||
|
||||
export type FieldConfiguration = {
|
||||
configurationType: 'FIELD';
|
||||
fieldMetadataId: string;
|
||||
fieldDisplayMode: 'CARD' | 'FIELD' | 'VIEW';
|
||||
};
|
||||
|
||||
export type FieldsConfiguration = {
|
||||
|
||||
Reference in New Issue
Block a user