HTML Editor go on

This commit is contained in:
Surya Paolo
2022-11-13 22:39:07 +01:00
parent 3285892abf
commit 60cf27c002
3 changed files with 39 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ const MyElemSchema = new Schema({
parambool: {
type: Boolean,
},
span: {
type: Boolean,
},
parambool2: {
type: Boolean,
},
@@ -102,9 +105,40 @@ const MyElemSchema = new Schema({
class: {
type: String,
},
class2: {
type: String,
},
styleadd: {
type: String,
},
image: {
type: String,
},
listcards: [
{
imagefile: {
type: String,
},
alt: {
type: String,
},
description: {
type: String,
},
size: {
type: String,
},
color: {
type: String
},
content: {
type: String
},
colorsub: {
type: String
},
},
],
list: [
{
imagefile: {