> For the complete documentation index, see [llms.txt](https://docs.liquiflow.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquiflow.app/section-settings/overview.md).

# 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="/files/71uhe9fMRfiRUroRwW6T" alt="" width="563"><figcaption></figcaption></figure>

## Section Settings

{% columns %}
{% column %}
{% content-ref url="/pages/KTvcyJ1ebf94BtFzkpfK" %}
[Settings](/section-settings/settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/PpF8FKYZsydxaRL0enbg" %}
[Blocks](/section-settings/blocks.md)
{% endcontent-ref %}

{% content-ref url="/pages/B7nat6srmcpxltG60vuc" %}
[Custom Settings](/section-settings/custom-settings.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/bvA35n0MOU1TkC7aTJe2" %}
[Sections](/section-settings/sections.md)
{% endcontent-ref %}

{% content-ref url="/pages/JTae77Rgz0h8tkryhrtF" %}
[Theme Blocks](/section-settings/theme-blocks.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}
