@hedhog/admin 0.0.78 → 0.0.80
Sign up to get free protection for your applications and to get access to all the features.
- package/hedhog.yaml +235 -0
- package/package.json +1 -1
package/hedhog.yaml
CHANGED
@@ -117,6 +117,12 @@ data:
|
|
117
117
|
- url: /users
|
118
118
|
method: DELETE
|
119
119
|
menus:
|
120
|
+
- url: /
|
121
|
+
icon: dashboard
|
122
|
+
name:
|
123
|
+
en: Dashboard
|
124
|
+
pt: Dashboard
|
125
|
+
slug: /
|
120
126
|
- url: /management
|
121
127
|
icon: management
|
122
128
|
name:
|
@@ -186,6 +192,11 @@ data:
|
|
186
192
|
description:
|
187
193
|
en: Manage users in the system.
|
188
194
|
pt: Gerenciar usuários no sistema.
|
195
|
+
relations:
|
196
|
+
routes:
|
197
|
+
- where:
|
198
|
+
url:
|
199
|
+
like: /users%
|
189
200
|
- slug: /management/roles
|
190
201
|
icon: circles
|
191
202
|
name:
|
@@ -194,6 +205,11 @@ data:
|
|
194
205
|
description:
|
195
206
|
en: Manage roles assigned to users.
|
196
207
|
pt: Gerenciar funções atribuídas a usuários.
|
208
|
+
relations:
|
209
|
+
routes:
|
210
|
+
- where:
|
211
|
+
url:
|
212
|
+
like: /roles%
|
197
213
|
- slug: /management/screens
|
198
214
|
icon: monitor
|
199
215
|
name:
|
@@ -202,6 +218,11 @@ data:
|
|
202
218
|
description:
|
203
219
|
en: Manage the screens available in the system.
|
204
220
|
pt: Gerenciar as telas disponíveis no sistema.
|
221
|
+
relations:
|
222
|
+
routes:
|
223
|
+
- where:
|
224
|
+
url:
|
225
|
+
like: /screens%
|
205
226
|
- slug: /management/menus
|
206
227
|
icon: menu
|
207
228
|
name:
|
@@ -210,6 +231,11 @@ data:
|
|
210
231
|
description:
|
211
232
|
en: Manage the menus in the system.
|
212
233
|
pt: Gerenciar os menus no sistema.
|
234
|
+
relations:
|
235
|
+
routes:
|
236
|
+
- where:
|
237
|
+
url:
|
238
|
+
like: /menus%
|
213
239
|
- slug: /management/routes
|
214
240
|
icon: route
|
215
241
|
name:
|
@@ -218,6 +244,11 @@ data:
|
|
218
244
|
description:
|
219
245
|
en: Manage routes for navigation within the system.
|
220
246
|
pt: Gerenciar rotas para navegação dentro do sistema.
|
247
|
+
relations:
|
248
|
+
routes:
|
249
|
+
- where:
|
250
|
+
url:
|
251
|
+
like: /routes%
|
221
252
|
- slug: /management/settings
|
222
253
|
icon: settings
|
223
254
|
name:
|
@@ -226,6 +257,11 @@ data:
|
|
226
257
|
description:
|
227
258
|
en: Manage system settings and configurations.
|
228
259
|
pt: Gerenciar configurações e definições do sistema.
|
260
|
+
relations:
|
261
|
+
routes:
|
262
|
+
- where:
|
263
|
+
url:
|
264
|
+
like: /settings%
|
229
265
|
countries:
|
230
266
|
- name:
|
231
267
|
en: Afghanistan
|
@@ -1015,6 +1051,18 @@ data:
|
|
1015
1051
|
users:
|
1016
1052
|
- where:
|
1017
1053
|
email: root@hedhog.com
|
1054
|
+
menus:
|
1055
|
+
- where:
|
1056
|
+
id:
|
1057
|
+
gte: 0
|
1058
|
+
routes:
|
1059
|
+
- where:
|
1060
|
+
id:
|
1061
|
+
gte: 0
|
1062
|
+
screens:
|
1063
|
+
- where:
|
1064
|
+
id:
|
1065
|
+
gte: 0
|
1018
1066
|
- slug: screen-manager
|
1019
1067
|
name:
|
1020
1068
|
en: Screen Manager
|
@@ -1026,6 +1074,13 @@ data:
|
|
1026
1074
|
users:
|
1027
1075
|
- where:
|
1028
1076
|
email: user@hedhog.com
|
1077
|
+
routes:
|
1078
|
+
- where:
|
1079
|
+
url:
|
1080
|
+
like: /screens%
|
1081
|
+
menus:
|
1082
|
+
- where:
|
1083
|
+
slug: /
|
1029
1084
|
- slug: admin-access
|
1030
1085
|
name:
|
1031
1086
|
en: Admin Access
|
@@ -1039,6 +1094,20 @@ data:
|
|
1039
1094
|
email: root@hedhog.com
|
1040
1095
|
- where:
|
1041
1096
|
email: user@hedhog.com
|
1097
|
+
routes:
|
1098
|
+
- where:
|
1099
|
+
method: GET
|
1100
|
+
url:
|
1101
|
+
in:
|
1102
|
+
- /menus/system
|
1103
|
+
- /auth/verify
|
1104
|
+
- /settings/groups/:slug
|
1105
|
+
- /settings/groups
|
1106
|
+
- where:
|
1107
|
+
method: PUT
|
1108
|
+
url:
|
1109
|
+
in:
|
1110
|
+
- /settings/:slug
|
1042
1111
|
locales:
|
1043
1112
|
- code: en
|
1044
1113
|
region: US
|
@@ -1080,3 +1149,169 @@ data:
|
|
1080
1149
|
code: pt
|
1081
1150
|
name: pt
|
1082
1151
|
value: Português
|
1152
|
+
setting_groups:
|
1153
|
+
- slug: file-storage
|
1154
|
+
icon: folder
|
1155
|
+
name:
|
1156
|
+
en: File Storage
|
1157
|
+
pt: Armazenamento de Arquivos
|
1158
|
+
description:
|
1159
|
+
en: Configure the file storage settings.
|
1160
|
+
pt: Configurar as definições de armazenamento de arquivos.
|
1161
|
+
relations:
|
1162
|
+
settings:
|
1163
|
+
- slug: storage
|
1164
|
+
type: string
|
1165
|
+
name:
|
1166
|
+
en: Storage Provider
|
1167
|
+
pt: Provedor de Armazenamento
|
1168
|
+
description:
|
1169
|
+
en: The storage to use
|
1170
|
+
pt: O armazenamento a utilizar
|
1171
|
+
value: local
|
1172
|
+
- slug: storage-local-path
|
1173
|
+
type: string
|
1174
|
+
name:
|
1175
|
+
en: Local Path
|
1176
|
+
pt: Caminho Local
|
1177
|
+
description:
|
1178
|
+
en: The local path to store files
|
1179
|
+
pt: O caminho local para armazenar arquivos
|
1180
|
+
value: storage
|
1181
|
+
- slug: storage-s3-key
|
1182
|
+
type: string
|
1183
|
+
name:
|
1184
|
+
en: S3 Key
|
1185
|
+
pt: Chave S3
|
1186
|
+
description:
|
1187
|
+
en: The S3 key
|
1188
|
+
pt: A chave S3
|
1189
|
+
value: ''
|
1190
|
+
- slug: storage-s3-secret
|
1191
|
+
type: string
|
1192
|
+
name:
|
1193
|
+
en: S3 Secret
|
1194
|
+
pt: Segredo S3
|
1195
|
+
description:
|
1196
|
+
en: The S3 secret
|
1197
|
+
pt: O segredo S3
|
1198
|
+
value: ''
|
1199
|
+
- slug: storage-s3-region
|
1200
|
+
type: string
|
1201
|
+
name:
|
1202
|
+
en: S3 Region
|
1203
|
+
pt: Região S3
|
1204
|
+
description:
|
1205
|
+
en: The S3 region
|
1206
|
+
pt: A região S3
|
1207
|
+
value: ''
|
1208
|
+
- slug: storage-s3-bucket
|
1209
|
+
type: string
|
1210
|
+
name:
|
1211
|
+
en: S3 Bucket
|
1212
|
+
pt: Bucket S3
|
1213
|
+
description:
|
1214
|
+
en: The S3 bucket
|
1215
|
+
pt: O bucket S3
|
1216
|
+
value: ''
|
1217
|
+
- slug: localization
|
1218
|
+
icon: world
|
1219
|
+
name:
|
1220
|
+
en: Localization
|
1221
|
+
pt: Localização
|
1222
|
+
description:
|
1223
|
+
en: Configure the localization settings.
|
1224
|
+
pt: Configurar as definições de localização.
|
1225
|
+
relations:
|
1226
|
+
settings:
|
1227
|
+
- slug: language
|
1228
|
+
type: string
|
1229
|
+
name:
|
1230
|
+
en: Default Language
|
1231
|
+
pt: Idioma Padrão
|
1232
|
+
description:
|
1233
|
+
en: The system default language, each user can have their own preferred language
|
1234
|
+
pt: O idioma padrão do sistema, cada usuário pode ter o seu próprio idioma preferido
|
1235
|
+
value: en
|
1236
|
+
- slug: timezone
|
1237
|
+
type: string
|
1238
|
+
name:
|
1239
|
+
en: Timezone
|
1240
|
+
pt: Fuso Horário
|
1241
|
+
description:
|
1242
|
+
en: The timezone to use
|
1243
|
+
pt: O fuso horário a utilizar
|
1244
|
+
value: UTC
|
1245
|
+
- slug: appearance
|
1246
|
+
icon: palette
|
1247
|
+
name:
|
1248
|
+
en: Appearance
|
1249
|
+
pt: Aparência
|
1250
|
+
description:
|
1251
|
+
en: Configure the appearance settings.
|
1252
|
+
pt: Configurar as definições de aparência.
|
1253
|
+
relations:
|
1254
|
+
settings:
|
1255
|
+
- slug: primary
|
1256
|
+
type: string
|
1257
|
+
name:
|
1258
|
+
en: Primary Color
|
1259
|
+
pt: Cor Primária
|
1260
|
+
description:
|
1261
|
+
en: The primary color to use
|
1262
|
+
pt: A cor primária a utilizar
|
1263
|
+
value: '#000000'
|
1264
|
+
- slug: secondary
|
1265
|
+
type: string
|
1266
|
+
name:
|
1267
|
+
en: Secondary Color
|
1268
|
+
pt: Cor Secundária
|
1269
|
+
description:
|
1270
|
+
en: The secondary color to use
|
1271
|
+
pt: A cor secundária a utilizar
|
1272
|
+
value: '#FFFFFF'
|
1273
|
+
- slug: accent
|
1274
|
+
type: string
|
1275
|
+
name:
|
1276
|
+
en: Accent Color
|
1277
|
+
pt: Cor de Realce
|
1278
|
+
description:
|
1279
|
+
en: The accent color to use
|
1280
|
+
pt: A cor de realce a utilizar
|
1281
|
+
value: '#FF0000'
|
1282
|
+
- slug: background
|
1283
|
+
type: string
|
1284
|
+
name:
|
1285
|
+
en: Background Color
|
1286
|
+
pt: Cor de Fundo
|
1287
|
+
description:
|
1288
|
+
en: The background color to use
|
1289
|
+
pt: A cor de fundo a utilizar
|
1290
|
+
value: '#FFFFFF'
|
1291
|
+
- slug: muted
|
1292
|
+
type: string
|
1293
|
+
name:
|
1294
|
+
en: Muted Color
|
1295
|
+
pt: Cor Suave
|
1296
|
+
description:
|
1297
|
+
en: The muted color to use
|
1298
|
+
pt: A cor suave a utilizar
|
1299
|
+
value: '#F0F0F0'
|
1300
|
+
- slug: radius
|
1301
|
+
type: string
|
1302
|
+
name:
|
1303
|
+
en: Radius
|
1304
|
+
pt: Raio
|
1305
|
+
description:
|
1306
|
+
en: The radius to use
|
1307
|
+
pt: O raio a utilizar
|
1308
|
+
value: '4px'
|
1309
|
+
- slug: font
|
1310
|
+
type: string
|
1311
|
+
name:
|
1312
|
+
en: Font Family
|
1313
|
+
pt: Família de Fontes
|
1314
|
+
description:
|
1315
|
+
en: The font to use
|
1316
|
+
pt: A fonte a utilizar
|
1317
|
+
value: 'Arial, sans-serif'
|