mirror of
https://github.com/YunoHost-Apps/code-server_ynh.git
synced 2024-09-03 18:16:28 +02:00
Update config_panel.toml: use "alert" type to allow for 'style = ...' ?
This commit is contained in:
parent
b999bd9120
commit
b32634730e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ services = ["__APP__"]
|
||||||
optional = false
|
optional = false
|
||||||
|
|
||||||
[main.extensions.extensions_gallery_info]
|
[main.extensions.extensions_gallery_info]
|
||||||
type = "markdown"
|
type = "alert"
|
||||||
ask = "Read more about the Extention Gallery on [code-server FAQ](https://coder.com/docs/code-server/latest/FAQ#why-cant-code-server-use-microsofts-extension-marketplace)."
|
ask = "Read more about the Extention Gallery on [code-server FAQ](https://coder.com/docs/code-server/latest/FAQ#why-cant-code-server-use-microsofts-extension-marketplace)."
|
||||||
style = "info"
|
style = "info"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue