Skip to content

Update docs #1884

Open
Open
@david542542

Description

@david542542

Can the type section be updated with all the types that are supported? At the very least it seems to be missing object and timestamp:

https://shopify.github.io/liquid/basics/types/

Image

Object is obviously supported:

{% if user %}
  Hello {{ user.name }}!
{% endif %}

As is timestamp/date:

{{ article.published_at | date: "%a, %b %d, %y" }}

Source: https://shopify.github.io/liquid/filters/date/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions