Function: buildFieldConfig
▸ buildFieldConfig<T
>(fieldConfig
): FieldConfig
<T
>
Identity function we use to defeat the type system of Typescript and build additional field delegates views with all its properties
Type parameters
Name | Type |
---|---|
T | extends CMSType = CMSType |
Parameters
Name | Type |
---|---|
fieldConfig | FieldConfig <T > |
Returns
FieldConfig
<T
>