Display Data Logic Tags
-
Hello,
First of all, I would like to say that this plugin is amazing, I like a lot the Gutenberg blocks feature.I was looking through the documentation and could not find any example or description about how to display the data logic tags of an array type.
In my case, I am trying to use a custom object data that stores an array let’s say like
Custom.myvar.colors
that is actually something like`[colors] => Array
(
[color1] => red
[color2] => green
[color3] => blue
)`.
How do I iterate through these when trying to display the variable? I tried with {{ var: Custom.myvar.colors }} and it just displays Array.Thank you!
Iulia
- The topic ‘Display Data Logic Tags’ is closed to new replies.