thegetty / quire

A multi-package repository for the Quire multiformat publishing framework
https://quire.getty.edu/
BSD 3-Clause "New" or "Revised" License
89 stars 10 forks source link

DEV-16369: Refactor `objects-catalog.webc` to render ALL objects in `/content/` #872

Open anderspollack opened 9 months ago

anderspollack commented 9 months ago

This refactor changes the behavior of layout: objects-page (objects-catalog.webc) to render all objects in project, regardless of where layout: objects-page is located in the /content/ directory.

We didn't originally implement it this way as we assumed we could have multiple directory-specific objects-page layouts in the same project (which currently does not work - the objects of the first instance of an objects-page get displayed in all instances). But this should fix the immediate issue