Configuration object for resolving documents based on URL route patterns.
Used to define the main document when navigating to specific URLs in
Presentation tool's preview iframe.
Supports three different resolution strategies:
Simple type-based resolution:
{ route: '/blog', type: 'blog'// Useful for singleton documents }
Configuration object for resolving documents based on URL route patterns. Used to define the main document when navigating to specific URLs in Presentation tool's preview iframe.
Supports three different resolution strategies:
Simple type-based resolution:
GROQ filter-based resolution:
Advanced resolution with custom logic: