Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 0c71ded

Browse files
committed
fix persons path
1 parent 910aaaa commit 0c71ded

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

admin/app/content/persons.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ const persons = {
1919
i18n: true,
2020

2121
nested: { depth: 2 },
22+
filter: { field: 'isIndex', value: false },
2223

2324
slug: '{{slug}}',
24-
path: '{{slug}}/_index',
25-
26-
filter: { field: 'isIndex', value: false },
25+
26+
sortable_fields: ['title'],
27+
summary: '{{title}}',
2728

2829
fields: [
2930
isNotIndex,

0 commit comments

Comments
 (0)