- aggiunto FeaturesSection all'editor HTML

This commit is contained in:
Surya Paolo
2025-09-17 01:21:40 +02:00
parent e40bf8b73d
commit 917cdaa754
17 changed files with 307 additions and 49 deletions

View File

@@ -132,6 +132,11 @@ export const shared_consts = {
CAROUSEL_IDISCIPLINE: 80,
CAROUSEL_HOME: 85,
CHECK_EMAIL: 100,
IMAGE_GALLERY: 101,
HEADING: 102,
LIST: 103,
CODE: 104,
DIVIDER: 105,
CAROUSEL_IMGS: 110,
OPENSTREETMAP: 120,
MAINVIEW: 130,
@@ -178,11 +183,7 @@ export const shared_consts = {
SECTION: 1000,
ROW: 1100,
COLUMN: 1200,
IMAGE_GALLERY: 101,
HEADING: 102,
LIST: 103,
CODE: 104,
DIVIDER: 105,
PAGE_SECTION: 1500,
},
QUERYTYPE_MYGROUP: 1,
@@ -2085,6 +2086,11 @@ export const shared_consts = {
label: 'Scheda (IMG + Testo)',
icon: 'fas fa-id-card',
},
{
value: 1500,
label: 'Sezione Pagina',
icon: 'fas fa-newspaper',
},
/*
Disattivato perchè attualmente non funziona bene
{