We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e1a83 commit 1a9b4c5Copy full SHA for 1a9b4c5
resources/webpack-components/main/config.schema.yaml
@@ -18,7 +18,7 @@
18
19
locales: { type: array, items: { type: string, format: locale }, uniqueItems: true }
20
defaultLocale:
21
- antOf:
+ anyOf:
22
- type: "null"
23
- { type: string, format: locale }
24
detectLocaleByClientIpAddress: { type: boolean }
0 commit comments