mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 07:31:31 +00:00
Created frontend.dashboard (markdown)
parent
79b29b6d66
commit
f160464ba1
30
frontend.dashboard.md
Normal file
30
frontend.dashboard.md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
* **Description**: Configures the dashboard component on the frontend.
|
||||||
|
* **Subscribers**: *(none)*
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"key": "frontend.dashboard",
|
||||||
|
"scope": "websocket"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
| Parameter | Type | Required | Description |
|
||||||
|
| ------------ |:--------:|:------------------:| --------------------------- |
|
||||||
|
| *layout* | `string` | | Default layout on challenge startup. See *enabledLayouts* for available options. |
|
||||||
|
| *hideMessages* | `boolean` | | Hides bot messages when `true`. |
|
||||||
|
| *iframeUrl* | `string` | | The URL of the web service, make it empty when there is none. |
|
||||||
|
| *showUrlBar* | `boolean` | | Displays an additional URL bar to manipulate the web service. |
|
||||||
|
| *terminalMenuItem* | `string` | | Selected tab on the terminal component: `"terminal"` or `"console"`. |
|
||||||
|
| *enabledLayouts* | `array` | | List of layouts on the right side of the page: `terminal-ide-web`, `terminal-ide-vertical`, `terminal-web`, `ide-web-vertical`, `terminal-ide-horizontal`, `terminal-only`, `ide-only`, `web-only`. |
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
**Example**:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"key": "frontend.dashboard",
|
||||||
|
"scope": "websocket",
|
||||||
|
"layout": "terminal-web",
|
||||||
|
"terminalMenuItem": "console"
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user