mirror of https://github.com/cutefishos/calamares
[keyboard] Fix schema -- forgotten field *writeEtcDefaultKeyboard*
parent
efab699479
commit
fcbd6e38c5
@ -1,8 +1,10 @@
|
||||
---
|
||||
$schema: https://json-schema.org/schema#
|
||||
$id: https://calamares.io/schemas/finished
|
||||
additionalProperties: keyboard
|
||||
additionalProperties: false
|
||||
type: object
|
||||
properties:
|
||||
xOrgConfFileName: { type: string, required: true }
|
||||
convertedKeymapPath: { type: string, required: true }
|
||||
xOrgConfFileName: { type: string }
|
||||
convertedKeymapPath: { type: string }
|
||||
writeEtcDefaultKeyboard: { type: boolean, default: true }
|
||||
required: [ xOrgConfFileName, convertedKeymapPath ]
|
||||
|
Loading…
Reference in New Issue