fix: search image and label

This commit is contained in:
Benno Tielen 2025-02-24 08:58:53 +01:00
parent 2e046130b7
commit ca69b9a606

View file

@ -5,10 +5,14 @@ export const Media: CollectionConfig = {
access: { access: {
read: () => true, read: () => true,
}, },
admin: {
listSearchableFields: ['search']
},
fields: [ fields: [
{ {
name: 'alt', name: 'alt',
type: 'text', type: 'text',
label: 'Kurze Beschreibung für u.a. Sehbhinderte Menschen',
required: true, required: true,
}, },
{ {