Collection Builders #200
warrenbuckley
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if it was possible at runtime to create collections to display in the tree.
Currently we have a collection that has a filter with an OptionsBuilder in order to lookup the Box Types to dynamically generate the options in the dropdown for the filter.
The client seems to like the idea of having a folder of collections with a set filter to easily show entries with just that box type. Which we can define manually for each box type.
But if the client was to add a new box type then a new collection would not display or be visible in the tree.
So like we have the extension point of an OptionsBuilder having something similar at runtime to generate Collections with a builder could perhaps solve our problem.
Beta Was this translation helpful? Give feedback.
All reactions