Commit a52d42d4 by sujata

chnages

1 parent 3c127494
...@@ -18,14 +18,20 @@ ...@@ -18,14 +18,20 @@
"component": "cta.cta" "component": "cta.cta"
}, },
"BackgroundBanner": { "BackgroundBanner": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images", "images",
"files", "files",
"videos", "videos",
"audios" "audios"
], ]
"type": "media", },
"multiple": false "Heading": {
"type": "component",
"repeatable": false,
"component": "layout.heading"
} }
} }
} }
...@@ -586,6 +586,7 @@ export interface DynamicZoneWhatWedoBanner extends Struct.ComponentSchema { ...@@ -586,6 +586,7 @@ export interface DynamicZoneWhatWedoBanner extends Struct.ComponentSchema {
BackgroundBanner: Schema.Attribute.Media< BackgroundBanner: Schema.Attribute.Media<
'images' | 'files' | 'videos' | 'audios' 'images' | 'files' | 'videos' | 'audios'
>; >;
Heading: Schema.Attribute.Component<'layout.heading', false>;
}; };
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!