fix: search image and label
This commit is contained in:
parent
2e046130b7
commit
ca69b9a606
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue