@hedhog/admin 0.51.25 → 0.51.27

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.
Files changed (2) hide show
  1. package/hedhog.yaml +9 -2
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -534,7 +534,7 @@ data:
534
534
  description:
535
535
  en: The scopes for Google OAuth
536
536
  pt: Os escopos para o OAuth do Google
537
- value: '{["email","profile"]}'
537
+ value: '["email","profile"]'
538
538
  user_override: false
539
539
  - slug: facebook_client_id
540
540
  type: string
@@ -564,7 +564,7 @@ data:
564
564
  description:
565
565
  en: The scopes for Facebook OAuth
566
566
  pt: Os escopos para o OAuth do Facebook
567
- value: '{["id","emails","name","displayName","photos"]}'
567
+ value: '["id","emails","name","displayName","photos"]'
568
568
  user_override: false
569
569
  menu:
570
570
  - url: /management/setting
@@ -944,6 +944,13 @@ data:
944
944
  url:
945
945
  in:
946
946
  - /setting/:slug
947
+ - slug: user
948
+ name:
949
+ en: User
950
+ pt: Usuário
951
+ description:
952
+ en: Normal user of the system.
953
+ pt: Usuário comum do sistema.
947
954
  translation_namespace:
948
955
  - name: translation
949
956
  relations:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.51.25",
3
+ "version": "0.51.27",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {