Commit c80e1ce1 by sujata

change in testimonial

1 parent 18267f1e
......@@ -58,6 +58,11 @@
},
"smalldescription": {
"type": "text"
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
......@@ -781,6 +781,7 @@ export interface ApiBlogBlog extends Struct.CollectionTypeSchema {
MainImage: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Name: Schema.Attribute.String;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
slug: Schema.Attribute.UID<'Name'>;
smalldescription: Schema.Attribute.Text;
ThumbnailImage: Schema.Attribute.Media<'images'>;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!