Files
klz-cables.com/.pnpm-store/v10/files/34/2902b4642e2b3d13ccf84a3321a710537cc56aa5c81086d1a0722f545e61cc9abd6dfd0ac6aceb94020337bcf425b26a0bbd2aa395babb7c680aa18cfc1b03
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

14 lines
643 B
Plaintext

import type { Locale, SanitizedLocalizationConfig } from 'payload';
export declare const fieldBaseClass = "field-type";
/**
* Determines whether a field should be displayed as right-to-left (RTL) based on its configuration, payload's localization configuration and the adming user's currently enabled locale.
* @returns Whether the field should be displayed as RTL.
*/
export declare function isFieldRTL({ fieldLocalized, fieldRTL, locale, localizationConfig, }: {
fieldLocalized: boolean;
fieldRTL: boolean;
locale: Locale;
localizationConfig?: SanitizedLocalizationConfig;
}): boolean;
//# sourceMappingURL=index.d.ts.map