Commit e6e14f8a by sujata

add ckeditior in left and right side componet

1 parent b750c105
...@@ -12,9 +12,6 @@ ...@@ -12,9 +12,6 @@
"Subtitle": { "Subtitle": {
"type": "string" "type": "string"
}, },
"Description": {
"type": "text"
},
"Image": { "Image": {
"type": "media", "type": "media",
"multiple": false, "multiple": false,
......
...@@ -9,9 +9,6 @@ ...@@ -9,9 +9,6 @@
"Title": { "Title": {
"type": "string" "type": "string"
}, },
"Description": {
"type": "text"
},
"Image": { "Image": {
"type": "media", "type": "media",
"multiple": false, "multiple": false,
......
...@@ -557,7 +557,6 @@ export interface DynamicZoneBackground extends Struct.ComponentSchema { ...@@ -557,7 +557,6 @@ export interface DynamicZoneBackground extends Struct.ComponentSchema {
}; };
attributes: { attributes: {
Title: Schema.Attribute.String; Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>; Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', false>; CTA: Schema.Attribute.Component<'cta.cta', false>;
Subtitle: Schema.Attribute.String; Subtitle: Schema.Attribute.String;
...@@ -580,7 +579,6 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema { ...@@ -580,7 +579,6 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
attributes: { attributes: {
Title: Schema.Attribute.String; Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.String; Subtitle: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>; Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', false>; CTA: Schema.Attribute.Component<'cta.cta', false>;
Content: Schema.Attribute.RichText & 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!