Files
klz-cables.com/.pnpm-store/v10/files/e0/c6f41b3c9341a60f9a67161431f322085ea01ec77537aa4b24bda96371d4972cbb8700bd7c793265a16d3ec7f99d919279f6af985f33fac9748d809652a95e
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

13 lines
203 B
Plaintext

export const sortableFieldTypes = [
'text',
'textarea',
'code',
'json',
'number',
'email',
'radio',
'select',
'date'
];
//# sourceMappingURL=sortableFieldTypes.js.map