Commit e6e14f8a by sujata

add ckeditior in left and right side componet

1 parent b750c105
......@@ -12,9 +12,6 @@
"Subtitle": {
"type": "string"
},
"Description": {
"type": "text"
},
"Image": {
"type": "media",
"multiple": false,
......
......@@ -9,9 +9,6 @@
"Title": {
"type": "string"
},
"Description": {
"type": "text"
},
"Image": {
"type": "media",
"multiple": false,
......
......@@ -557,7 +557,6 @@ export interface DynamicZoneBackground extends Struct.ComponentSchema {
};
attributes: {
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
Subtitle: Schema.Attribute.String;
......@@ -580,7 +579,6 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
attributes: {
Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', false>;
Content: Schema.Attribute.RichText &
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!