mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[keyboard] Fix schema -- forgotten field *writeEtcDefaultKeyboard*
This commit is contained in:
parent
efab699479
commit
fcbd6e38c5
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
---
|
---
|
||||||
$schema: https://json-schema.org/schema#
|
$schema: https://json-schema.org/schema#
|
||||||
$id: https://calamares.io/schemas/finished
|
$id: https://calamares.io/schemas/finished
|
||||||
additionalProperties: keyboard
|
additionalProperties: false
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
xOrgConfFileName: { type: string, required: true }
|
xOrgConfFileName: { type: string }
|
||||||
convertedKeymapPath: { type: string, required: true }
|
convertedKeymapPath: { type: string }
|
||||||
|
writeEtcDefaultKeyboard: { type: boolean, default: true }
|
||||||
|
required: [ xOrgConfFileName, convertedKeymapPath ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue