We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take the following code-snippet
{{ craft.someCoolObject.someMethodToUse({ foo: 'bar', bar: 'baz', baz: 'foo' }).all() }}
will format to:
{{ craft.someCoolObject.someMethodToUse({ foo: 'bar', bar: 'baz', baz: 'foo' }).all( ) }}
The text was updated successfully, but these errors were encountered:
Hi @chasegiunta, I just published v0.1.1, which contains a bug fix for this issue. Give it a try when you have time. Thanks again for reporting!
Sorry, something went wrong.
Closing for now.
No branches or pull requests
Take the following code-snippet
will format to:
The text was updated successfully, but these errors were encountered: