# Configuration

## Basic configuration

***

### Maximum height

**Field type**:\
Text field

**Example value**:\
`45`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Basic configuration"

**Technical name**:\
`twt-widget-shipping-logo-max-height`

***

### Corner type

**Field type**:\
Select

**Available values**:\
• not rounded\
• rounded corners\
• round logos

**Example value**:\
`rounded corners`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Basic configuration"

**Technical name**:\
`twt-widget-shipping-logo-corner-type`

{% hint style="info" %}
**rounded corners**\
Uses the configuration "Border radius". ("Layout" > "Layout" > "Border radius")

**round corners**\
Uses a predefined radius for round corners.
{% endhint %}

***

### Link logos

**Field type**:\
Select

**Available values**:\
• no\
• yes

**Example value**:\
`yes`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Basic configuration"

**Technical name**:\
`twt-widget-shipping-logo-link`

{% hint style="info" %}
To edit or translate the link please use the following snippet: twt.widget.shipping.link
{% endhint %}

***

### Show fallback badges

**Field type**:\
Select

**Available values**:\
• don't show\
• show

**Example value**:\
`show`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Basic configuration"

**Technical name**:\
`twt-widget-shipping-logo-fallback-badge`

***

### Show only custom images

**Field type**:\
Select

**Available values**:\
• no\
• yes

**Example value**:\
`no`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Basic configuration"

**Technical name**:\
`twt-widget-shipping-logo-custom-images-only`

## Colour configuration

***

### Coloration

**Field type**:\
Select

**Available values**:\
• coloured\
• greyscale

**Example value**:\
`coloured`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Colour configuration"

**Technical name**:\
`twt-widget-shipping-logo-coloration`

***

### Text colour (Fallback badge)

**Field type**:\
Color picker

**Example value**:\
`#333333`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Colour configuration"

**Technical name**:\
`twt-widget-shipping-logo-fallback-badge-color`

***

### Border colour

**Field type**:\
Color picker

**Example value**:\
`#e9f2f9`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Colour configuration"

**Technical name**:\
`twt-widget-shipping-logo-border-color`

***

### Border colour (Fallback badge)

**Field type**:\
Color picker

**Example value**:\
`#e9f2f9`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Colour configuration"

**Technical name**:\
`twt-widget-shipping-logo-fallback-badge-border-color`

***

### Background colour (Fallback badge)

**Field type**:\
Color picker

**Example value**:\
`#eef2f5`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Colour configuration"

**Technical name**:\
`twt-widget-shipping-logo-fallback-badge-background-color`

## Typography

***

### Font size (Fallback badge)

**Field type**:\
Number field

**Example value**:\
`10`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Typography"

**Technical name**:\
`twt-widget-shipping-logo-fallback-badge-font-size`

***

### Text formatting (Fallback badge)

**Field type**:\
Select

**Available values**:\
• none\
• uppercase\
• lowercase\
• capitalize

**Example value**:\
`none`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Typography"

**Technical name**:\
`twt-widget-shipping-logo-fallback-badge-text-transform`

***

### Font weight (Fallback badge)

**Field type**:\
Select

**Available values**:\
• light\
• normal\
• bold

**Example value**:\
`bold`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Typography"

**Technical name**:\
`twt-widget-shipping-logo-fallback-badge-font-weight`

## Images

***

### Custom image 1

**Field type**:\
Media selection

**Example value**:\
\`\`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Images"

**Technical name**:\
`twt-widget-shipping-logo-custom-image-1`

{% hint style="info" %}
To edit or translate the alt/title attributes please use the following snippet: twt.widget.shipping.customImages.title1
{% endhint %}

***

### Custom image 2

**Field type**:\
Media selection

**Example value**:\
\`\`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Images"

**Technical name**:\
`twt-widget-shipping-logo-custom-image-2`

{% hint style="info" %}
To edit or translate the alt/title attributes please use the following snippet: twt.widget.shipping.customImages.title2
{% endhint %}

***

### Custom image 3

**Field type**:\
Media selection

**Example value**:\
\`\`

**Path to the configuration**:\
Tab "Widgets" => Block "Shipping logos" => Section "Images"

**Technical name**:\
`twt-widget-shipping-logo-custom-image-3`

{% hint style="info" %}
To edit or translate the alt/title attributes please use the following snippet: twt.widget.shipping.customImages.title3
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.themeware.design/manual/widgets/shipping-logos/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
