Merge branch 'main' into relational-updates

This commit is contained in:
rijkvanzanten
2020-10-14 16:16:31 -04:00
46 changed files with 182 additions and 171 deletions

View File

@@ -28,8 +28,7 @@ export type FieldMeta = {
locked: boolean;
required: boolean;
readonly: boolean;
hidden_detail: boolean;
hidden_browse: boolean;
hidden: boolean;
sort: number | null;
width: string | null;
group: number | null;