We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b4404 commit af5dcacCopy full SHA for af5dcac
README.md
@@ -129,7 +129,7 @@ Example setting configuration:
129
homeTitle: 'My Website',
130
skipUrlSegment: 2,
131
customBaseUrl: 'https://example.com/123',
132
- customFieldHandleEntryId: entry.id,
+ customFieldHandleEntryId: entry.id ?? null,
133
customFieldHandle: 'myCustomField',
134
limit: '3'
135
}
0 commit comments