- inizio di modifiche all'editor di Pagine Web
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user