Commit a52d42d4 by sujata

chnages

1 parent 3c127494
......@@ -18,14 +18,20 @@
"component": "cta.cta"
},
"BackgroundBanner": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
]
},
"Heading": {
"type": "component",
"repeatable": false,
"component": "layout.heading"
}
}
}
......@@ -586,6 +586,7 @@ export interface DynamicZoneWhatWedoBanner extends Struct.ComponentSchema {
BackgroundBanner: Schema.Attribute.Media<
'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!