Files
klz-cables.com/.pnpm-store/v10/files/4d/bed63be9d3314bbbf3a31f013baa29af26a07c9610a0564381a3cb3c4a1182d8c7f633bdc873999df3a830948cc4b60783b0c142bc32d5ea876bafccc80add
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

19 lines
568 B
Plaintext

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