- aggiunto FeaturesSection all'editor HTML

This commit is contained in:
Surya Paolo
2025-09-17 01:21:46 +02:00
parent c37280fa4a
commit 4a05ddee50
2 changed files with 19 additions and 5 deletions

View File

@@ -207,6 +207,19 @@ const MySingleElemSchema = {
}, },
elemsText: [elemText], elemsText: [elemText],
anim: animation, anim: animation,
features: [
{
name: {
type: String,
},
icon: {
type: String,
},
description: {
type: String,
},
},
],
active: { active: {
type: Boolean, type: Boolean,
default: false, default: false,

View File

@@ -1269,6 +1269,11 @@ module.exports = {
CAROUSEL_IDISCIPLINE: 80, CAROUSEL_IDISCIPLINE: 80,
CAROUSEL_HOME: 85, CAROUSEL_HOME: 85,
CHECK_EMAIL: 100, CHECK_EMAIL: 100,
IMAGE_GALLERY: 101,
HEADING: 102,
LIST: 103,
CODE: 104,
DIVIDER: 105,
CAROUSEL_IMGS: 110, CAROUSEL_IMGS: 110,
OPENSTREETMAP: 120, OPENSTREETMAP: 120,
MAINVIEW: 130, MAINVIEW: 130,
@@ -1315,10 +1320,6 @@ module.exports = {
SECTION: 1000, SECTION: 1000,
ROW: 1100, ROW: 1100,
COLUMN: 1200, COLUMN: 1200,
IMAGE_GALLERY: 101, PAGE_SECTION: 1500,
HEADING: 102,
LIST: 103,
CODE: 104,
DIVIDER: 105,
}, },
}; };