Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 0c6562b

Browse files
author
Matthew Hailwood
committed
Remove page types
1 parent 60fba44 commit 0c6562b

File tree

3 files changed

+1
-82
lines changed

3 files changed

+1
-82
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,4 @@ would result in something like "1 |18 |19 |24".
4242
##OwnerPermissionedDataObject##
4343
- Allows data objects to inherit the access permissions from their attached relation parent
4444
- Relation parent defaults to `Page()`
45-
- If `static::$relationOwner` is set to `null` will fall back to asking the standard `Page` for permission
46-
47-
#Page Types Overview#
48-
49-
##ChildlessPage##
50-
- This class by itself does nothing
51-
- The idea behind this class is that in your template for the main navigation a "ChildlessPage" should never be rendered as a dropdown
52-
53-
##NavHolderPage##
54-
- If accessed directly this page will return a 404
55-
- The idea behind this class is that it should act as a label for your site navigation and not be a page itself.
45+
- If `static::$relationOwner` is set to `null` will fall back to asking the standard `Page` for permission

code/PageTypes/ChildlessPage.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

code/PageTypes/NavHolderPage.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)