Selection plugin¶
gilbert.plugins.selection
On Init¶
No init_site function.
Loaders¶
No loader is registered.
Content Types¶
Defines a Selection content type.
This type is not renderable.
- class Selection(Content)¶
- filter_by: dict = {}
Uses the Object Queries syntax to define a filter for which objects should be in this selection.
- sort_by: str = 'name'
The field to order matching objects by.
- limit: int = 0
Maximum number of objects to return.
Use 0 for unlimited.
- pages¶
Yields a list of content objets from
Site.pagesmatching the query.
- content¶
Yields a list of content objets from
Site.contentmatching the query.
Context Providers¶
No Context Providers are registered.