Skip to content

Commit 0a98bb0

Browse files
committed
fix: add live search config option
1 parent f5fa282 commit 0a98bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schemas/Config.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const ConfigEntry = {
4242
host: { type: 'string' },
4343
helixApiKey: { type: 'string' },
4444
offerVariantURLTemplate: { type: 'string' },
45+
liveSearchEnabled: { type: 'boolean' },
4546
attributeOverrides: AttributeOverrides,
4647
imageParams: {
4748
type: 'object',

0 commit comments

Comments
 (0)