Skip to content

Instantly share code, notes, and snippets.

@rvizena
Created May 17, 2023 22:46
Show Gist options
  • Save rvizena/05e5f9f097f73f7eb1a0636cdb481e60 to your computer and use it in GitHub Desktop.
Save rvizena/05e5f9f097f73f7eb1a0636cdb481e60 to your computer and use it in GitHub Desktop.
Twig: How to check if a field value is empty
{% if content.field_myfield is not empty %}
{% endif %}
https://www.drupal.org/forum/support/theme-development/2016-03-18/how-to-check-if-a-field-value-is-empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment