weboftalent / sitemap
SilverStripe module to add a simple sitemap to your website
Package info
github.com/gordonbanderson/weboftalent-sitemap
Type:silverstripe-vendormodule
pkg:composer/weboftalent/sitemap
2.0.2
2018-05-06 07:56 UTC
Requires
- php: ~5.6|~7.0
- silverstripe/framework: ^4
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2026-02-27 10:19:22 UTC
README
This module simply adds a Page of type SiteMap. It will render a list of the entire tree of pages for the website.
Installation
composer require weboftalent/sitemap:^1
The name of the output directory does not matter
Usage
Simply add a page of type 'SiteMap' to your site
Silverstripe Version Compatibility
3.1, 3.2 are available as ^1, use ^2 for SS4
##Notes
- Build is currently failing with Postgres