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: {
|
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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue