dev #12

Merged
RizqiSyahrendra merged 10 commits from dev into main 2025-03-06 05:00:36 +00:00
3 changed files with 5 additions and 0 deletions
Showing only changes of commit 0dbf4dfc35 - Show all commits

View File

@ -97,5 +97,6 @@ export const Blogs: CollectionConfig = {
admin: {
hideAPIURL: true,
group: "Blogs",
useAsTitle: "title",
},
};

View File

@ -104,5 +104,6 @@ export const Pages: CollectionConfig = {
admin: {
hideAPIURL: true,
group: "General",
useAsTitle: "title",
},
};

View File

@ -114,11 +114,14 @@ export default buildConfig({
fields: undefined,
admin: {
group: "General",
useAsTitle: "title",
},
},
formSubmissionOverrides: {
fields: undefined,
admin: {
group: "General",
useAsTitle: "form",
},
},
}),