ANCIT / liquidhtmlide

IDE for Creating Themes using Liquid HTML
Eclipse Public License 2.0
0 stars 0 forks source link

Manager variables like table.colums & table.rows has to come with for loop syntax. #6

Open mahesh-msk opened 6 years ago

mahesh-msk commented 6 years ago

When user drags Manager variables like table.colums & table.rows etc it has to come with for loop syntax. Ex: {% for column in table.columns %}

{{column.label }}

{% endfor %}