Files
klz-cables.com/.pnpm-store/v10/files/cf/705b18fe2432570c534e66a3ddd71be1576c5815db95762ac7813f76d2c24de4d6687a5ff51244aaea41936ca67065794315b4955c5ba392abeec0e1767bdc
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

16 lines
508 B
Plaintext

/**
* Centralized preference keys used throughout Payload admin UI.
* Import these constants instead of using string literals to prevent typos.
*/ export const PREFERENCE_KEYS = {
/**
* Stores browse by folder view state
*/ BROWSE_BY_FOLDER: 'browse-by-folder',
/**
* Stores dashboard layout configuration
*/ DASHBOARD_LAYOUT: 'dashboard-layout',
/**
* Stores navigation group collapse/expand state and nav open/closed state
*/ NAV: 'nav'
};
//# sourceMappingURL=keys.js.map