-
Notifications
You must be signed in to change notification settings - Fork 0
/
customers.yaml
43 lines (43 loc) · 949 Bytes
/
customers.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
tab:
id: customerInfo
name: Customer
panel:
action: customer_info
replace_id: customerTable
name: Show All Customers
form:
tid: customerTable
class: uniCreate
action: create_customer
fields:
- element: input
label: Email
type: email
name: email
- element: input
label: Name
type: text
name: name
- element: input
label: Country
type: text
name: country
- element: input
label: Telephone
type: text
name: telephone
- element: input
label: Address
type: text
name: address
- element: input
label: Zip Code
type: text
name: pcode
- element: button
content: Submit
type: submit
table:
heads: [ Name, Email, Operations]
body:
id: customerTable