-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsection_types.json
117 lines (117 loc) · 3.71 KB
/
section_types.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"collections": [
{
"collection": "section_types",
"meta": {
"collection": "section_types",
"icon": null,
"note": null,
"display_template": null,
"hidden": false,
"singleton": false,
"translations": null,
"archive_field": null,
"archive_app_filter": true,
"archive_value": null,
"unarchive_value": null,
"sort_field": null,
"accountability": "all",
"color": null,
"item_duplication_fields": null,
"sort": 3,
"group": "CMS",
"collapse": "open"
},
"schema": {}
}
],
"fields": [
{
"collection": "section_types",
"field": "id",
"type": "integer",
"schema": {
"name": "id",
"table": "section_types",
"data_type": "int unsigned",
"default_value": null,
"generation_expression": null,
"max_length": null,
"numeric_precision": 10,
"numeric_scale": 0,
"is_generated": false,
"is_nullable": false,
"is_unique": false,
"is_primary_key": true,
"has_auto_increment": true,
"foreign_key_column": null,
"foreign_key_table": null,
"comment": ""
},
"meta": {
"collection": "section_types",
"field": "id",
"special": null,
"interface": "input",
"options": null,
"display": null,
"display_options": null,
"readonly": true,
"hidden": true,
"sort": null,
"width": "full",
"translations": null,
"note": null,
"conditions": null,
"required": false,
"group": null,
"validation": null,
"validation_message": null
}
},
{
"collection": "section_types",
"field": "name",
"type": "string",
"schema": {
"name": "name",
"table": "section_types",
"data_type": "varchar",
"default_value": null,
"generation_expression": null,
"max_length": 255,
"numeric_precision": null,
"numeric_scale": null,
"is_generated": false,
"is_nullable": true,
"is_unique": false,
"is_primary_key": false,
"has_auto_increment": false,
"foreign_key_column": null,
"foreign_key_table": null,
"comment": ""
},
"meta": {
"collection": "section_types",
"field": "name",
"special": null,
"interface": "input",
"options": null,
"display": null,
"display_options": null,
"readonly": false,
"hidden": false,
"sort": null,
"width": "full",
"translations": null,
"note": null,
"conditions": null,
"required": false,
"group": null,
"validation": null,
"validation_message": null
}
}
],
"relations": []
}