Add descriptions for backgroundImageAlignment, backgroundImageOpacity (#5533)

These were already in the `SettingsSchema.md`, so I just updated the `profiles.schema.json` to have the descriptions as well.

* [x] closes #5520
* [x] I work here.
* [x] This is docs.
This commit is contained in:
Mike Griese 2020-04-24 12:15:35 -05:00 committed by GitHub
parent 22d2096bdc
commit fa58d87761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -421,10 +421,11 @@
"topLeft",
"topRight"
],
"description": "Sets how the background image aligns to the boundaries of the window. Possible values: \"center\", \"left\", \"top\", \"right\", \"bottom\", \"topLeft\", \"topRight\", \"bottomLeft\", \"bottomRight\"",
"type": "string"
},
"backgroundImageOpacity": {
"description": "(Not in SettingsSchema.md)",
"description": "Sets the transparency of the background image. Accepts floating point values from 0-1.",
"maximum": 1,
"minimum": 0,
"type": "number"