Webpage Editor: Carousel Images
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -15,3 +15,9 @@ mongodb_delete_pc_locale_paolo.sh
|
|||||||
!/logmanagers.txt
|
!/logmanagers.txt
|
||||||
!/mongodb_delete_pc_locale_paolo.sh
|
!/mongodb_delete_pc_locale_paolo.sh
|
||||||
!/.directory
|
!/.directory
|
||||||
|
key.pem
|
||||||
|
cert.pem
|
||||||
|
localhost.key
|
||||||
|
localhost.crt
|
||||||
|
logmanagers.txt
|
||||||
|
errlogin.txt
|
||||||
|
|||||||
@@ -41,6 +41,15 @@ const MyElemSchema = new Schema({
|
|||||||
container3: {
|
container3: {
|
||||||
type: String,
|
type: String,
|
||||||
},
|
},
|
||||||
|
parambool: {
|
||||||
|
type: Boolean,
|
||||||
|
},
|
||||||
|
parambool2: {
|
||||||
|
type: Boolean,
|
||||||
|
},
|
||||||
|
parambool3: {
|
||||||
|
type: Boolean,
|
||||||
|
},
|
||||||
number: {
|
number: {
|
||||||
type: String,
|
type: String,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user