- posso fare upload dell'immagine del prodotto dalla lista
- corretto import dati
This commit is contained in:
@@ -407,6 +407,11 @@ module.exports = {
|
||||
short: 'p',
|
||||
value: 10,
|
||||
},
|
||||
{
|
||||
label: 'Uova',
|
||||
short: 'uova',
|
||||
value: 15,
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
@@ -974,25 +979,29 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
|
||||
CAMPI_TYPE: {
|
||||
STRING: 1,
|
||||
},
|
||||
|
||||
CAMPI_PRODUCTINFO: [
|
||||
'name',
|
||||
'code',
|
||||
'description',
|
||||
'link_scheda',
|
||||
'idCatProds',
|
||||
'idSubCatProds',
|
||||
'weight',
|
||||
'weight_lordo',
|
||||
'unit',
|
||||
'unit_lordo',
|
||||
'size',
|
||||
'vegan',
|
||||
'sfuso',
|
||||
'img',
|
||||
'link',
|
||||
'ingredienti',
|
||||
'valori_nutrizionali',
|
||||
'note',
|
||||
{name: 'name', type: ''},
|
||||
{name: 'code', type: ''},
|
||||
{name: 'description', type: 1},
|
||||
{name: 'link_scheda', type: ''},
|
||||
{name: 'idCatProds', type: ''},
|
||||
{name: 'idSubCatProds', type: ''},
|
||||
{name: 'weight', type: ''},
|
||||
{name: 'weight_lordo', type: ''},
|
||||
{name: 'unit', type: ''},
|
||||
{name: 'unit_lordo', type: ''},
|
||||
{name: 'size', type: ''},
|
||||
{name: 'vegan', type: ''},
|
||||
{name: 'sfuso', type: ''},
|
||||
{name: 'img', type: ''},
|
||||
{name: 'link', type: ''},
|
||||
{name: 'ingredienti', type: ''},
|
||||
{name: 'valori_nutrizionali', type: ''},
|
||||
{name: 'note', type: ''},
|
||||
],
|
||||
|
||||
CAMPI_PRODUCT: [
|
||||
|
||||
Reference in New Issue
Block a user