---
title: >-
  Online Store 2.0: Introducing the new Liquid input setting - Shopify developer
  changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/online-store-2-0-introducing-the-new-liquid-input-setting
  md: >-
    https://shopify.dev/changelog/online-store-2-0-introducing-the-new-liquid-input-setting.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Themes
    handle: dev_themes
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2021-06-30T12:04:08-04:00'
  postedAt: '2021-06-30T00:00:00-04:00'
  updatedAt: '2024-02-02T10:05:02-05:00'
  effectiveAt: '2021-06-30T00:00:00-04:00'
---

June 30, 2021

Tags:

* Themes

# Online Store 2.0: Introducing the new Liquid input setting

The new Liquid input setting allows merchants to add custom Liquid code directly from the editor. The Liquid setting is similar to the HTML setting type, except it allows access to Liquid variables. This means merchants will be able to access global and template-specific Liquid objects without editing their theme code.

Learn more about this update in our [developer documentation](https://shopify.dev/themes/architecture/settings/input-settings#liquid).

Refer to [Dawn’s custom-liquid section](https://github.com/Shopify/dawn/blob/main/sections/custom-liquid.liquid) for an example of how the Liquid setting can be implemented.
