Advanced Settings
There are a few advanced settings located within the Intelligems app. This article will walk you through what those are, and how to set them up.
Intercept ATC XHR
Currency Format
Currency Format Structure:
{
"options": {
"localeMatcher": "string",
"style": "string",
"currency": "string",
"currencyDisplay": "string",
"currencySign": "string",
"useGrouping": boolean,
"minimumIntegerDigits": number,
"minimumFractionDigits": number,
"maximumFractionDigits": number,
"minimumSignificantDigits": number,
"maximumSignificantDigits": number,
},
"symbol": "string",
"suffix": "string",
"removeTrailingZeros": boolean,
}Currency Format Example
Currency Function
Custom Currency Function
Last updated