mixinafSitemap::SitemapConfigIds

afSitemap::SitemapConfigIds

IocConfig values for Sitemap.

scanIocServices

Source

const static Str scanIocServices := "afSitemap.scanIocServices"

If set to true, Sitemap automatically scans Ioc services for ones that implement SitemapSource. URLs generated by these services are then added to the list.

Defaults to true

scanPillowPages

Source

const static Str scanPillowPages := "afSitemap.scanPillowPages"

If set to true, Sitemap automatically adds URLs for Pillow pages to the list (unless the page an @InitRender method with parameters). If the page implements SitemapSource then URLs from the sitemapUrls method are added instead.

Defaults to true