Skip to content

Commit b93e133

Browse files
authored
fix: add live search config option (#71)
1 parent f5fa282 commit b93e133

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)