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
|
||||
!/mongodb_delete_pc_locale_paolo.sh
|
||||
!/.directory
|
||||
key.pem
|
||||
cert.pem
|
||||
localhost.key
|
||||
localhost.crt
|
||||
logmanagers.txt
|
||||
errlogin.txt
|
||||
|
||||
@@ -41,6 +41,15 @@ const MyElemSchema = new Schema({
|
||||
container3: {
|
||||
type: String,
|
||||
},
|
||||
parambool: {
|
||||
type: Boolean,
|
||||
},
|
||||
parambool2: {
|
||||
type: Boolean,
|
||||
},
|
||||
parambool3: {
|
||||
type: Boolean,
|
||||
},
|
||||
number: {
|
||||
type: String,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user