mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix typo in sitetree.md
Found a typo in the PHP class: StaggPage should be StaffPage
This commit is contained in:
parent
f19b1ee453
commit
ee489582e9
@ -140,7 +140,7 @@ to make it easier for CMS authors to identify pages of this type,
|
||||
when navigating the tree or adding a new page:
|
||||
|
||||
:::php
|
||||
class StaggPage extends Page {
|
||||
class StaffPage extends Page {
|
||||
private static $singular_name = 'Staff Directory';
|
||||
private static $plural_name = 'Staff Directories';
|
||||
private static $description = 'Two-column layout with a list of staff members';
|
||||
@ -150,4 +150,4 @@ when navigating the tree or adding a new page:
|
||||
|
||||
You can also add custom "badges" to each page in the tree,
|
||||
which denote status. Built-in examples are "Draft" and "Deleted" flags.
|
||||
This is detailed in the ["Customize the CMS Tree" howto](/howto/customize-cms-tree).
|
||||
This is detailed in the ["Customize the CMS Tree" howto](/howto/customize-cms-tree).
|
||||
|
Loading…
Reference in New Issue
Block a user