Webpage Editor: Carousel Images

This commit is contained in:
paoloar77
2022-11-11 18:18:44 +01:00
parent c7ca4e2878
commit ef8d40538b
2 changed files with 15 additions and 0 deletions

View File

@@ -41,6 +41,15 @@ const MyElemSchema = new Schema({
container3: {
type: String,
},
parambool: {
type: Boolean,
},
parambool2: {
type: Boolean,
},
parambool3: {
type: Boolean,
},
number: {
type: String,
},