Fix typo in sitetree.md

Found a typo in the PHP class: StaggPage should be StaffPage
This commit is contained in:
Elliot Sawyer 2014-08-08 15:53:03 +12:00 committed by Damian Mooyman
parent f19b1ee453
commit ee489582e9

View File

@ -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).