Skip to content

Commit

Permalink
Update Web Decks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devleaks committed Jul 1, 2024
1 parent 29d9ee1 commit af79786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Extending/Web Decks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deckconfig

Virtual decks are defined like any other deck. Their driver must be `virtualdeck`. Also, the contains a few additional attributes to display them on a HTML web Canvas.

```yaml hl_lines="1"
```yaml hl_lines="2"
name: Virtual Deck 3×2
driver: virtualdeck
buttons:
Expand Down Expand Up @@ -120,7 +120,7 @@ This example shows that there is no limit on background and deck type definition

#### Deck Type

```yaml hl_lines="3 9"
```yaml hl_lines="4 10"
name: Virtual A321neo Overhead
driver: virtualdeck
buttons:
Expand All @@ -143,7 +143,7 @@ background:

#### Deckconfig.yaml

```yaml hl_lines="2 14"
```yaml hl_lines="2 16"
buttons:
- index: apumaster
name: APUMASTER
Expand Down

0 comments on commit af79786

Please sign in to comment.