logicbrush / silverstripe-sitemappage
A module for the SilverStripe CMS which produces a page listing every (public) page on your site.
Installs: 6 347
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: ^7.4||^8.0
- silverstripe/cms: ^4.0||^5.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-28 17:43:00 UTC
README
A module for the SilverStripe CMS which produces a page listing every (public) page on your site.
Why?
Sometimes it's just nice to have a page that lists out everything on your site.
Installation
composer require "logicbrush/silverstripe-sitemappage"
Usage
This module defines a new page class of type Logicbrush\SiteMapPage\Model\SiteMapPage
. When you create an instance of this page type it will include a heirarchical list of links to all the pages on the site after the content.