Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ManyAnyField::create('Pets')->setSort('Sort')
A convenience extension can be applied to your DataObject classes to add the required field to make them sortable. The extension will automatically add a `Sort` integer field, define the default sort order and hide the `Sort` field from the CMS form.
```yml
App\Models\FooBar:
extension:
extensions:
- SilverStripe\AnyField\Extensions\Sortable
```

Expand Down