Commit d4dc31d9 by sujata

cfo page

1 parent a3544216
...@@ -23,6 +23,16 @@ ...@@ -23,6 +23,16 @@
"type": "component", "type": "component",
"repeatable": false, "repeatable": false,
"component": "cta.cta" "component": "cta.cta"
},
"Image": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
} }
} }
} }
...@@ -624,6 +624,7 @@ export interface DynamicZoneBackground extends Struct.ComponentSchema { ...@@ -624,6 +624,7 @@ export interface DynamicZoneBackground extends Struct.ComponentSchema {
} }
>; >;
CTA: Schema.Attribute.Component<'cta.cta', false>; CTA: Schema.Attribute.Component<'cta.cta', false>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
}; };
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!