HTML Editor go on
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user