0 Lava Attribute 2 Christopher Georges posted 6 Years Ago I have been racking my brain for days trying to get this to work. I created a content channel type with an image attribute. I then created a content channel and added the image. but when I add the block to the page I don't see the attribute output. I even selected debug to see if I was missing something. Here's what my code looks like minus the html{% for item in Items %}{{ item.Link }}{{ Items | Attribute:'BackgroundImage' }}{{ item.Title }}{% endfor %}The item link and title show perfectly. But the background image won't show. What am I doing wrong?
Jim Michael 6 years ago I think for that I learned it by looking at the default lava in the content channel view block on the podcast page of the default public Rock site. While the Rock docs are great, you'll find that every possible use of Lava isn't documented and you just have to learn by asking ;-)