- cataloghi...

- fix: condividi su Telegram non funzionava errore sull'immagine
This commit is contained in:
Surya Paolo
2024-11-02 18:06:27 +01:00
parent 2ea6468100
commit 1c63b5346b
91 changed files with 2105 additions and 306 deletions

View File

@@ -39,6 +39,7 @@ export const costanti = {
'widthpag',
'Printable',
'height',
'height_Printable',
'numschede_perCol',
'numschede_perRiga',
'margine_pagina',
@@ -54,6 +55,13 @@ export const costanti = {
'text',
],
SCHEDA_FIELDS: [
'bgimg',
'bgimg_printable',
'bgSize',
'bgSize_printable',
],
TIPOFAVBOOK: {
FAVORITE: 1,
BOOKMARK: 2,
@@ -350,6 +358,7 @@ export const costanti = {
DIR_UPLOAD: 'upload/',
DIR_PRODUCTS: 'products/',
DIR_CATALOGO: 'catalogo/',
DIR_SCHEDA: 'scheda/',
FRIENDS: 1,
ASK_TRUST: 2,