Liquid Syntax
The display pattern and filters are written in Liquid, Shopify's templating language. It has objects (field values), filters (transformations like uppercase), and tags (if/else conditions). Familiarize yourself with these when you plan to update the display pattern with specific patterns.
{% if %}
{{data.layerid.fieldid | filter}}
{% endif %}