The data in the filter is written in JSON format. Example:
"sea", "land", "air" - these are the main colors in the filter, they can be transmitted both in the HEX format: '# 0139ff' and in the RGB format: 'rgb (1, 57, 255)'. "slider" - this is the color of the switch app slider in the filter. "freight" - if true, the filter is displayed from the Logistics Explorer tool. If you don't want to display it, enter false. "container" - if true, the filter is displayed from the Container Tracking tool. If you don't want to display it, enter false. "linkFreight" - a link to the Logistics Explorer tool on your website. Example: "/ freight /". "linkContainer" - a link leading to the Container Tracking tool on your website. Example: "/ container / tracking /". "linkRequest" - a link leading to the Request a Quote. If you don't need to display it, skip this step. data-loading = "async" - An attribute that indicates the filter at what moment the page is loaded to it: "async": loads the filter immediately after the HTML DOM is built. "deffer": loads the filter after the entire page has finished loading.