Forum
Perch related in blocks
Can perch:related be put in a template and used as a block so editors can add related collections. I think the template might need scope-parent=true.
Use case is adding related collections of articles, centers, or people. Plus it could be good way to interrupt the flow of a users reading experience.
I use perch:related in master page template as an aside which works great. But wondered if it might work with blocks.
I think it should do - the simplest way to find out is to try it.
Totally works.
I put up a gist as a sample, and really should write out a blog post, but setting up collections in a block using perch:related works a.o.k.
sample gist of using perch:related in a block
Perfect!