cc-core-cli 1.0.11 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -110,6 +110,30 @@
|
|
|
110
110
|
]
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
+
{
|
|
114
|
+
"key": "uh43ldy2q36h2vsk5rul",
|
|
115
|
+
"type": "column",
|
|
116
|
+
"layout": {
|
|
117
|
+
"num_of_col": 2,
|
|
118
|
+
"fields": [
|
|
119
|
+
[
|
|
120
|
+
{
|
|
121
|
+
"field": "input",
|
|
122
|
+
"type": "standard_component",
|
|
123
|
+
"unique_key": "standard_component_input_8nrv8onfikvxy0ee7g5o",
|
|
124
|
+
"key": "api_domain",
|
|
125
|
+
"label": "API Domain",
|
|
126
|
+
"required": true,
|
|
127
|
+
"link_type": "key",
|
|
128
|
+
"entity": "not_use",
|
|
129
|
+
"input_type": "single_line",
|
|
130
|
+
"trigger": []
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
[]
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
},
|
|
113
137
|
{
|
|
114
138
|
"key": "c183453032e5c98f1050",
|
|
115
139
|
"type": "collapse",
|
|
@@ -126,34 +150,19 @@
|
|
|
126
150
|
"layout": {
|
|
127
151
|
"num_of_col": 2,
|
|
128
152
|
"fields": [
|
|
129
|
-
[
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
],
|
|
143
|
-
[
|
|
144
|
-
{
|
|
145
|
-
"field": "input",
|
|
146
|
-
"type": "standard_component",
|
|
147
|
-
"unique_key": "standard_component_input_94b55fd61035ae4d7847",
|
|
148
|
-
"key": "domain",
|
|
149
|
-
"label": "Domain",
|
|
150
|
-
"required": true,
|
|
151
|
-
"link_type": "key",
|
|
152
|
-
"entity": "not_use",
|
|
153
|
-
"input_type": "single_line",
|
|
154
|
-
"trigger": []
|
|
155
|
-
}
|
|
156
|
-
]
|
|
153
|
+
[],
|
|
154
|
+
[]
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"key": "lkm0oiyv89g8tgr9nhrd",
|
|
160
|
+
"type": "column",
|
|
161
|
+
"layout": {
|
|
162
|
+
"num_of_col": 2,
|
|
163
|
+
"fields": [
|
|
164
|
+
[],
|
|
165
|
+
[]
|
|
157
166
|
]
|
|
158
167
|
}
|
|
159
168
|
}
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"jpg",
|
|
36
36
|
"svg"
|
|
37
37
|
],
|
|
38
|
-
"path_file": "system/global_setting/profile"
|
|
38
|
+
"path_file": "system/global_setting/profile",
|
|
39
|
+
"is_public": true
|
|
39
40
|
}
|
|
40
41
|
],
|
|
41
42
|
[
|
|
@@ -159,7 +160,8 @@
|
|
|
159
160
|
"svg"
|
|
160
161
|
],
|
|
161
162
|
"path_file": "system/general_setting/logo",
|
|
162
|
-
"max_file_size": 10
|
|
163
|
+
"max_file_size": 10,
|
|
164
|
+
"is_public": true
|
|
163
165
|
}
|
|
164
166
|
],
|
|
165
167
|
[
|
|
@@ -179,7 +181,8 @@
|
|
|
179
181
|
"svg"
|
|
180
182
|
],
|
|
181
183
|
"path_file": "system/general_setting/bg",
|
|
182
|
-
"max_file_size": 10
|
|
184
|
+
"max_file_size": 10,
|
|
185
|
+
"is_public": true
|
|
183
186
|
}
|
|
184
187
|
]
|
|
185
188
|
]
|