diff --git a/src/collections/Media.ts b/src/collections/Media.ts index 3434f41..7cbcd2e 100644 --- a/src/collections/Media.ts +++ b/src/collections/Media.ts @@ -5,10 +5,14 @@ export const Media: CollectionConfig = { access: { read: () => true, }, + admin: { + listSearchableFields: ['search'] + }, fields: [ { name: 'alt', type: 'text', + label: 'Kurze Beschreibung für u.a. Sehbhinderte Menschen', required: true, }, {