summaryrefslogtreecommitdiffstats
path: root/test/fixtures/user_preferences.yml
blob: b9ba377654c7769c302a31dd818ee1e32fde54d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- 
user_preferences_001: 
  others: |
    --- 
    :my_page_layout: 
      left: 
      - latest_news
      - documents
      right: 
      - issues_assigned_to_me
      - issues_reported_by_me
      top: 
      - calendar

  id: 1
  user_id: 1
  hide_mail: true
user_preferences_002: 
  others: |+
    --- {}
    
  id: 2
  user_id: 3
  hide_mail: false