Questions tagged [blocks]
denotes questions about the `Block` classes.
1 questions from the last 365 days
0
votes
0
answers
34
views
What's the actual best-practices way of displaying a list of things (products, etc.), such that each instance is a block with its own template?
I'm essentially just wondering what's the right way (if possible) to create a module that has a block which represents a list of things (could be products, images, whatever), but instead of having the ...