logicbrush/silverstripe-sitemappage

A module for the SilverStripe CMS which produces a page listing every (public) page on your site.

Installs: 5 159

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

v0.4.0 2023-05-25 22:52 UTC

This package is auto-updated.

Last update: 2024-04-12 14:58:21 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.