1
0
Fork 0
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:
Alexandre Aubin 2024-05-12 18:37:29 +02:00 committed by GitHub
parent b999bd9120
commit b32634730e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ services = ["__APP__"]
optional = false
[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)."
style = "info"