- MyProfile

- Immagine profilo e small
This commit is contained in:
paoloar77
2022-01-03 21:53:41 +01:00
parent f31eb0ea99
commit 5375e9d728
37 changed files with 542 additions and 128 deletions

View File

@@ -49,6 +49,7 @@ export const costanti = {
hours: 8000,
crypted: 9000,
},
FieldTypeArr: [
{ label: 'Boolean', value: 1 },
{ label: 'Date', value: 2 },
@@ -59,5 +60,10 @@ export const costanti = {
{ label: 'Number', value: 64 },
],
TipoVisu: {
TESTO: 1,
LINK: 2,
BUTTON: 3,
},
}