You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Handlebars "each" syntax is best for iterating key-value objects in an array. That way, every key comes from your data and has a name that you can find easy:
The PHP Code:
The Issue:
An array like ['key' => 'value'] cannot be cross by an each...
It's work if you value is an array, but not a string...
Can you solve this ?
The text was updated successfully, but these errors were encountered: