Commit 2ffc5da0 by sujata

chnage in event tag

1 parent b52d6eb1
......@@ -17,6 +17,9 @@
},
"Link": {
"type": "string"
},
"Title": {
"type": "string"
}
},
"config": {}
......
......@@ -595,6 +595,7 @@ export interface HomeBoxImg extends Struct.ComponentSchema {
attributes: {
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Link: Schema.Attribute.String;
Title: Schema.Attribute.String;
};
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!