-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathcamps.yml
More file actions
78 lines (78 loc) · 1.83 KB
/
camps.yml
File metadata and controls
78 lines (78 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
App\Entity\Camp:
camp1:
shortTitle: Camp1
title: <word()>
motto: <sentence()>
addressName: <word()>
addressStreet: <address()>
addressZipcode: <postcode()>
addressCity: <city()>
owner: '@user1manager'
creator: '@user2member'
isPrototype: false
isShared: false
sharedBy: null
sharedSince: null
campPrototypeId: null
camp2:
shortTitle: Camp2
title: <word()>
motto: <sentence()>
addressName: <word()>
addressStreet: <address()>
addressZipcode: <postcode()>
addressCity: <city()>
owner: '@admin'
creator: '@user4unrelated'
isPrototype: false
isShared: false
sharedBy: null
sharedSince: null
campPrototypeId: null
campUnrelated:
shortTitle: CampUnrelated
title: <word()>
motto: <sentence()>
addressName: <word()>
addressStreet: <address()>
addressZipcode: <postcode()>
addressCity: <city()>
owner: '@admin'
creator: '@admin'
isPrototype: false
isShared: false
sharedBy: null
sharedSince: null
campPrototypeId: null
campPrototype:
shortTitle: CampPrototype
title: <word()>
motto: <sentence()>
addressName: <word()>
addressStreet: <address()>
addressZipcode: <postcode()>
addressCity: <city()>
owner: '@admin'
creator: '@admin'
isPublic: true
isPrototype: true
isShared: false
sharedBy: null
sharedSince: null
campPrototypeId: null
campShared:
shortTitle: CampPrototype
title: <word()>
motto: <sentence()>
addressName: <word()>
addressStreet: <address()>
addressZipcode: <postcode()>
addressCity: <city()>
owner: '@admin'
creator: '@admin'
isPublic: true
isPrototype: false
isShared: true
sharedBy: '@admin'
sharedSince: '<(new DateTime("2025-09-03 12:00:00"))>'
campPrototypeId: null