Skip to content

Commit d7262fb

Browse files
comxddunglas
authored andcommitted
Add a comment for the listFields option (#821)
* Add doc for the listFields option Currently the doc add an empty `listFields` option, this cause a blank List view without fields. * Typo
1 parent 4832485 commit d7262fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

admin/customizing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const greetings = {
2424
field: greetingsNameField,
2525
}
2626
],
27-
listFields: [],
27+
listFields: [
28+
// list here all fields you want to be displayed in the List view
29+
],
2830
};
2931

3032
const books = {

0 commit comments

Comments
 (0)