feat: add date field overrides for fetch-requests and allow type/label in overrides
This commit is contained in:
@@ -57,6 +57,14 @@ export const configuration: Record<string, ResourceOverride> = {
|
||||
format: {
|
||||
path: 'source.format',
|
||||
},
|
||||
start_date: {
|
||||
type: 'date',
|
||||
label: 'Start Date',
|
||||
},
|
||||
end_date: {
|
||||
type: 'date',
|
||||
label: 'End Date',
|
||||
},
|
||||
// account: {
|
||||
// refers: 'accounts',
|
||||
// },
|
||||
|
||||
Reference in New Issue
Block a user