aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/test_data/non_existant_menu.yaml
blob: f0f30a369501f60d1a4ad4c0660df27aa86861fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
App:
  WorkingDirectory: var/
  MaxUsers: 1
  AllowRegistration: true
  MaxNickLen: 15
  MenuMaxIdleTime: 600

Menus:
  anonymous:
    MenuEntries:
      - Key: t
        Label: test
        Action: menu invalid
  logged_in:
    MenuEntries:
      - Key: q
        Label: quit
        Action: quit