Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to assign value to hash #55

Open
mikebridge opened this issue Nov 13, 2015 · 0 comments
Open

Add ability to assign value to hash #55

mikebridge opened this issue Nov 13, 2015 · 0 comments

Comments

@mikebridge
Copy link
Owner

{% assign myhash.newvalue = 1 %} should add/update a value in a hash. Similarly,{% assign myhash.mysubhash.newvalue = 1 %} should work as expected.

Assigning to a non-existent value or a non-hash should generate an error.

This should work for capture too.

(Note: This is not a feature of Shopify Liquid)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant