fix: change blogs and pages search by name
This commit is contained in:
parent
b330c5296f
commit
0dbf4dfc35
@ -97,5 +97,6 @@ export const Blogs: CollectionConfig = {
|
||||
admin: {
|
||||
hideAPIURL: true,
|
||||
group: "Blogs",
|
||||
useAsTitle: "title",
|
||||
},
|
||||
};
|
||||
|
@ -104,5 +104,6 @@ export const Pages: CollectionConfig = {
|
||||
admin: {
|
||||
hideAPIURL: true,
|
||||
group: "General",
|
||||
useAsTitle: "title",
|
||||
},
|
||||
};
|
||||
|
@ -114,11 +114,14 @@ export default buildConfig({
|
||||
fields: undefined,
|
||||
admin: {
|
||||
group: "General",
|
||||
useAsTitle: "title",
|
||||
},
|
||||
},
|
||||
formSubmissionOverrides: {
|
||||
fields: undefined,
|
||||
admin: {
|
||||
group: "General",
|
||||
useAsTitle: "form",
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user