feat(admin): use filename as title in Media list to show built-in thumbnail
This commit is contained in:
parent
8e2b79f01f
commit
7080b9ba2d
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue