Skip to content

Commit

Permalink
Updated example config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleverrier committed Mar 15, 2019
1 parent 62b4404 commit af5dcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Example setting configuration:
homeTitle: 'My Website',
skipUrlSegment: 2,
customBaseUrl: 'https://example.com/123',
customFieldHandleEntryId: entry.id,
customFieldHandleEntryId: entry.id ?? null,
customFieldHandle: 'myCustomField',
limit: '3'
}
Expand Down

0 comments on commit af5dcac

Please sign in to comment.