feat: configure columns of resources export

This commit is contained in:
Ahmed Bouhuolia
2024-05-01 20:15:35 +02:00
parent 495941f43a
commit 55aab76c9b
12 changed files with 74 additions and 62 deletions

View File

@@ -33,22 +33,18 @@ export default {
name: {
name: 'item_category.field.name',
type: 'text',
exportable: true,
},
description: {
name: 'item_category.field.description',
type: 'text',
exportable: true,
},
count: {
name: 'item_category.field.count',
type: 'text',
exportable: true,
},
createdAt: {
name: 'item_category.field.created_at',
type: 'text',
exportable: true,
},
},
fields2: {