fix(gnome-extensions): support int install with schema validation
This commit is contained in:
parent
c5a5f02858
commit
a044f600ca
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ model GnomeExtensionsModule {
|
||||||
/** List of GNOME extensions to install.
|
/** List of GNOME extensions to install.
|
||||||
* (case sensitive extension names or extension IDs from https://extensions.gnome.org/)
|
* (case sensitive extension names or extension IDs from https://extensions.gnome.org/)
|
||||||
*/
|
*/
|
||||||
install?: Array<string>;
|
install?: Array<string | integer>;
|
||||||
|
|
||||||
/** List of system GNOME extensions to uninstall.
|
/** List of system GNOME extensions to uninstall.
|
||||||
* Only use this to remove extensions not installed by your package manager. Those extensions should be uninstalled using the package manager instead.
|
* Only use this to remove extensions not installed by your package manager. Those extensions should be uninstalled using the package manager instead.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue