fieldTypes
Experimental Feature
Change the type of a model field defined by the key of this key-value pair to the type defined by the value of this key-value pair. To configure refined types, add the following lines to your configuration object:
export default {
// Other configuration lines
fieldTypes: {
"file1:model.column": "file2:Type"
}
};
Last updated