We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fa282 commit b93e133Copy full SHA for b93e133
src/schemas/Config.js
@@ -42,6 +42,7 @@ const ConfigEntry = {
42
host: { type: 'string' },
43
helixApiKey: { type: 'string' },
44
offerVariantURLTemplate: { type: 'string' },
45
+ liveSearchEnabled: { type: 'boolean' },
46
attributeOverrides: AttributeOverrides,
47
imageParams: {
48
type: 'object',
0 commit comments