You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ Config for this plugin is stored as a part of the `config/plugins.{js|ts}` or `c
168
168
-`contentTypes` - UIDs of related content types
169
169
-`defaultContentTypes` - UID of content type that will be selected by default while creating a new navigation item
170
170
-`contentTypesNameFields` - Definition of content type title fields like `'api::<collection name>.<content type name>': ['field_name_1', 'field_name_2']`, if not set titles are pulled from fields like `['title', 'subject', 'name']`. **TIP** - Proper content type uid you can find in the URL of Content Manager where you're managing relevant entities like: `admin/content-manager/collectionType/< THE UID HERE >?page=1&pageSize=10&sort=Title:ASC&plugins[i18n][locale]=en`
171
-
-`pathDefaultFields` - The attribute to copy the default path from per content type. Syntax: `'api::<collection name>.<content type name>': ['url_slug', 'path']`
171
+
-`pathDefaultFields` - The attribute to copy the default path from per content type. Syntax: `'api::<collection name>.<content type name>': ['url_slug', 'path']`. If you leave it empty, the default path is generated based on the ID.
172
172
-`gql` - If you're using GraphQL that's the right place to put all necessary settings. More **[ here ](#gql-configuration)**
173
173
-`cascadeMenuAttached` - If you don't want "Menu attached" to cascade on child items set this value `Disabled`.
0 commit comments