mixinafSitemap::SitemapConfigIds
afSitemap::SitemapConfigIds
IocConfig values for Sitemap.
- scanIocServices
const static Str scanIocServices := "afSitemap.scanIocServices"If set to
true,Sitemapautomatically scans Ioc services for ones that implement SitemapSource. URLs generated by these services are then added to the list.Defaults to
true- scanPillowPages
const static Str scanPillowPages := "afSitemap.scanPillowPages"If set to
true,Sitemapautomatically adds URLs for Pillow pages to the list (unless the page an@InitRendermethod with parameters). If the page implements SitemapSource then URLs from thesitemapUrlsmethod are added instead.Defaults to
true