diff --git a/src/collections/Media.ts b/src/collections/Media.ts index 32af577..3eab156 100644 --- a/src/collections/Media.ts +++ b/src/collections/Media.ts @@ -34,8 +34,9 @@ export const Media: CollectionConfig = { resizeOptions: { width: 1920, withoutEnlargement: true }, }, admin: { - useAsTitle: 'alt', + useAsTitle: 'filename', group: 'Медіа', + defaultColumns: ['filename', 'alt', 'updatedAt'], }, access: { read: () => true,