File tree Expand file tree Collapse file tree
docs/blueprint-designer-guide/blueprints Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1276,4 +1276,8 @@ customization:
12761276
12771277The `visible` property uses Liquid templating syntax to create dynamic conditions. Common patterns include :
12781278- ` {% if inputs.field_name == "value" %} true {% else %} false {% endif %}` - Show input when another field equals a specific value
1279- - ` {% if inputs.field_name != "value" %} true {% else %} false {% endif %}` - Show input when another field doesn't equal a specific value
1279+ - ` {% if inputs.field_name != "value" %} true {% else %} false {% endif %}` - Show input when another field doesn't equal a specific value
1280+
1281+ **Useful Liquid Templating Resources:**
1282+ - [Liquid Templating Introduction](https://shopify.github.io/liquid/basics/introduction/) - Learn the basics and syntax of Liquid templating
1283+ - [Liquid Playground](https://liquidjs.com/playground.html) - Interactive playground to test and experiment with Liquid expressions
You can’t perform that action at this time.
0 commit comments