-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlowdefy.yaml
54 lines (49 loc) · 1.14 KB
/
lowdefy.yaml
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
lowdefy: 4.0.0-alpha.18
name: Lowdefy starter
config:
homePageId: SendOffer
theme:
lessVariables:
'@primary-color': '#438ef7'
'@border-radius-base': 6px
'@border-radius-sm': 4px
connections:
- id: candidates
type: MongoDBCollection
properties:
collection: candidates
databaseUri:
_secret: MONGODB_URI
write: true
menus:
- id: default
links:
- id: home
type: MenuLink
pageId: SendOffer
properties:
icon: AiFillMail
title: Send an Offer
- id: templates
type: MenuLink
pageId: OfferTemplates
properties:
icon: HiOutlineTemplate
title: Offer Templates
- id: candidate_new
type: MenuLink
pageId: NewCandidate
properties:
icon: AiOutlineUserAdd
title: New Candidate
- id: candidate_all
type: MenuLink
pageId: AllCandidate
properties:
icon: GiLadder
title: All Candidates
pages:
- _ref: pages/home.yaml
- _ref: pages/templates.yaml
- _ref: pages/new_candidate.yaml
- _ref: pages/all_candidates.yaml