# Overview

In addition to Shopify objects, you can implement settings that allow your Shopify content editor to modify both the content and appearance directly within Shopify. To achieve this, use the `li-settings` tag. Using a modifier, you can access all of Shopify's provided [Settings Inputs](https://shopify.dev/docs/themes/architecture/settings/input-settings).

In Webflow, you define the name of the Shopify setting inside the value of the attribute (e.g. Headline). The content inside the element is used as the default placeholder value in the Shopify editor.

{% code title="Webflow" fullWidth="false" %}

```
li-settings:text = Headline
```

{% endcode %}

This will be converted into:

<figure><img src="https://497333298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FheMDp56vLoqqIp7IZZ2W%2Fuploads%2FdPDUCrrYFLRnZcanJpRB%2F653a3e3cad514fe89f3de3f7_liquify-doku-settings%20(1).webp?alt=media&#x26;token=c14dd0f1-0a75-4156-8fb9-a7883dad6f7a" alt="" width="563"><figcaption></figcaption></figure>

## Section Settings

{% columns %}
{% column %}
{% content-ref url="settings" %}
[settings](https://docs.liquiflow.app/section-settings/settings)
{% endcontent-ref %}

{% content-ref url="blocks" %}
[blocks](https://docs.liquiflow.app/section-settings/blocks)
{% endcontent-ref %}

{% content-ref url="custom-settings" %}
[custom-settings](https://docs.liquiflow.app/section-settings/custom-settings)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="sections" %}
[sections](https://docs.liquiflow.app/section-settings/sections)
{% endcontent-ref %}

{% content-ref url="theme-blocks" %}
[theme-blocks](https://docs.liquiflow.app/section-settings/theme-blocks)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}
