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

6
.gitignore vendored
View File

@@ -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

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,
},