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

Commit 252fdd1

Browse files
authored
Update README.md
1 parent fcc129d commit 252fdd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Several of these helpers are disabled by default but can be enabled in the confi
2929
- Adds a new "Meta Title" field
3030
- Automatically applied
3131

32+
If you do not add the `HasOnAfterUpdateCMSFieldsExtensionPoint` trait to your base `Page` class then the extension will use an unreliable method of moving the pages. For this reason we suggest adding `use HasOnAfterUpdateCMSFieldsExtensionPoint;` to this class.
33+
3234
##FooterMenuExtension##
3335
- Adds a new *ShowInFooter* option to the page settings
3436
- Adds a new `FooterPages()` function to the SiteTree to return only pages that have this checked
@@ -54,4 +56,4 @@ Several of these helpers are disabled by default but can be enabled in the confi
5456
##OwnerPermissionedDataObject##
5557
- Allows data objects to inherit the access permissions from their attached relation parent
5658
- Relation parent defaults to `Page()`
57-
- If `static::$relationOwner` is set to `null` will fall back to asking the standard `Page` for permission
59+
- If `static::$relationOwner` is set to `null` will fall back to asking the standard `Page` for permission

0 commit comments

Comments
 (0)