- inizio di modifiche all'editor di Pagine Web

This commit is contained in:
Surya Paolo
2025-09-05 01:05:36 +02:00
parent 574f389200
commit 63d0f865fd
55 changed files with 5356 additions and 3600 deletions

View File

@@ -174,6 +174,9 @@ export const shared_consts = {
SEARCHPRODUCT: 430,
RACCOLTE_CATALOGHI: 450,
STAT_PAGES: 460,
SECTION: 1000,
ROW: 1100,
COLUMN: 1200,
},
QUERYTYPE_MYGROUP: 1,
@@ -2008,6 +2011,22 @@ export const shared_consts = {
],
TypesElem: [
{
value: 1000, //ELEMTYPE.SECTION,
label: 'Sezione',
icon: 'fas fa-th-large',
},
{
value: 1100, //ELEMTYPE.ROW,
label: 'Riga',
icon: 'fas fa-th-large',
},
{
value: 1200, // ELEMTYPE.COLUMN,
label: 'Colonna',
icon: 'fas fa-th-large',
},
{
value: 20,
label: 'Testo',