Add a comment for clarity

This commit is contained in:
Bram de Leeuw 2019-07-12 10:48:59 +02:00 committed by GitHub
parent d489271197
commit e80795b52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,7 @@ class UserFormFieldEditorExtension extends DataExtension
new GridFieldToolbarHeader(),
new GridFieldOrderableRows('Sort'),
new GridFieldDetailForm(),
// Betterbuttons prev and next is enabled by adding a GridFieldPaginator component
new GridFieldPaginator(999)
);