Skip to content

Commit

Permalink
Fix: New style schema added. (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Mar 20, 2023
1 parent 7061842 commit 28fe6c4
Show file tree
Hide file tree
Showing 2 changed files with 641 additions and 0 deletions.
26 changes: 26 additions & 0 deletions schema/config.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$anchor": "visua11y-config",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"$patch": {
"source": {
"$ref": "config"
},
"with": {
"properties": {
"_visua11y": {
"type": "object",
"title": "Visua11y",
"default": {},
"properties": {
"_isEnabled": {
"type": "boolean",
"title": "Enable Visua11y for Language Picker",
"default": false
}
}
}
}
}
}
}
Loading

0 comments on commit 28fe6c4

Please sign in to comment.