mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
fix(coderd/templatebuilder): shorten long module variable descriptions (#26747)
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
{
|
||||
"name": "open_in",
|
||||
"type": "string",
|
||||
"description": "Determines where the app will be opened. Valid values are `\"tab\"` and `\"slim-window\" (default)`.\n`\"tab\"` opens in a new tab in the same browser window.\n`\"slim-window\"` opens a new browser window without navigation controls.\n",
|
||||
"description": "Where to open the app: \"tab\" or \"slim-window\" (default).",
|
||||
"default": "slim-window",
|
||||
"required": false,
|
||||
"sensitive": false,
|
||||
|
||||
Reference in New Issue
Block a user