weboftalent / sitemap
SilverStripe module to add a simple sitemap to your website
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 4
Type:silverstripe-vendormodule
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: 2024-10-27 07:39:57 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