feat(navigation): add retention metadata to header global

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-18 19:19:54 +00:00
parent 97bf27b6db
commit 379772a000

View File

@@ -2,6 +2,16 @@ import type { GlobalConfig } from "payload";
export const header: GlobalConfig = {
slug: "header",
custom: {
retention: {
purgeSchedule: "monthly",
postDeletion: {
duration: "P90D",
trigger: "after-deletion",
action: "hard-delete",
},
},
},
admin: {
group: "Navigation",
},