-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlowdefy.yaml
81 lines (72 loc) · 1.76 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
lowdefy: 3.23.3
name: Lowdefy starter
types:
AgGridAlpine:
url: https://blocks-cdn.lowdefy.com/v3.12.3/blocks-aggrid/meta/AgGridAlpine.json
app:
html:
appendHead:
_ref: imports.html
config:
homePageId: home
auth:
openId:
logoutRedirectUri: '{{ openid_domain }}/v2/logout?returnTo={{ host }}/home&client_id={{ client_id }}'
pages:
protected: true
public:
- '404'
- login
- home
- colaboradores
connections:
- id: mysql
type: Knex
properties:
client: mysql2
connection:
host:
_secret: MYSQL_HOST
user:
_secret: MYSQL_USER
database:
_secret: MYSQL_DB
password:
_secret: MYSQL_PASSWORD
- id: cep
type: AxiosHttp
- id: my_sendgrid
type: SendGridMail
properties:
apiKey:
_secret: SENDGRID_API_KEY
from: jonas.silva@simbioseventures.com
templateId: d-783a032125c24ece991217283d835727
menus:
- id: default
links:
- id: Home
type: MenuLink
properties:
icon: InsertRowAboveOutlined
title: Home
pageId: home
- id: Listagem Colaboradores
type: MenuLink
properties:
icon: OrderedListOutlined
title: Listagem de Colaboradores
pageId: colaboradores
- id: Cadastro Colaboradores
type: MenuLink
properties:
icon: InsertRowAboveOutlined
title: Cadastro de Colaboradores
pageId: novo colaborador
pages:
- _ref: screens/home.yaml
- _ref: screens/novoColaborador.yaml
- _ref: screens/listagem-col.yaml
- _ref: screens/editar-colaborador.yaml
- _ref: screens/logged-out.yaml
- _ref: screens/meu-perfil.yaml