- aggiunto FeaturesSection all'editor HTML
This commit is contained in:
@@ -207,6 +207,19 @@ const MySingleElemSchema = {
|
||||
},
|
||||
elemsText: [elemText],
|
||||
anim: animation,
|
||||
features: [
|
||||
{
|
||||
name: {
|
||||
type: String,
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
},
|
||||
description: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
],
|
||||
active: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
|
||||
@@ -1269,6 +1269,11 @@ module.exports = {
|
||||
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,
|
||||
@@ -1315,10 +1320,6 @@ module.exports = {
|
||||
SECTION: 1000,
|
||||
ROW: 1100,
|
||||
COLUMN: 1200,
|
||||
IMAGE_GALLERY: 101,
|
||||
HEADING: 102,
|
||||
LIST: 103,
|
||||
CODE: 104,
|
||||
DIVIDER: 105,
|
||||
PAGE_SECTION: 1500,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user