-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
54 lines (54 loc) · 2.73 KB
/
example.json
File metadata and controls
54 lines (54 loc) · 2.73 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
[
{
"models" : [
{
"readable_name" : "CMD",
"write_file" : 1,
"table_name" : "CMD",
"attributes" : [
{
"inline" : 0,
"options" : [],
"order" : "0",
"static_label" : 0,
"type" : "text",
"label" : "Test",
"max_length" : 32,
"mandatory" : 0
},
{
"inline" : 0,
"options" : [],
"order" : "1",
"static_label" : 0,
"type" : "email",
"label" : "Email",
"max_length" : 64,
"mandatory" : 0
},
{
"inline" : 0,
"options" : [
"Male",
"Female"
],
"order" : "2",
"static_label" : 0,
"type" : "radio",
"label" : "Gender",
"mandatory" : 1,
"max_length" : 16
}
],
"overlay" : ""
}
],
"settings" : {
"app_path" : "/Users/seanzellmer/Apps/Demo/",
"app_name" : "Demo",
"write_files" : 1,
"overwrite" : 1,
"module_only": 1
}
}
]