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
If the field is empty and the value is null, the wrap modifier is still wrapping. This is causing an empty html tag.
{{ text | wrap:h3.title }}
<h3 class="title"></h3>
{{ text | dump }} confirms that the field is null
{{ text | dump }}
null
Statamic version: 3.0.0
PHP version: 7.3
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered:
736c73d
No branches or pull requests
Bug Description
If the field is empty and the value is null, the wrap modifier is still wrapping.
This is causing an empty html tag.
How to Reproduce
{{ text | wrap:h3.title }}
<h3 class="title"></h3>
Extra Detail
{{ text | dump }}
confirms that the field isnull
Environment
Statamic version: 3.0.0
PHP version: 7.3
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered: