Commit 2ffc5da0 by sujata

chnage in event tag

1 parent b52d6eb1
...@@ -17,6 +17,9 @@ ...@@ -17,6 +17,9 @@
}, },
"Link": { "Link": {
"type": "string" "type": "string"
},
"Title": {
"type": "string"
} }
}, },
"config": {} "config": {}
......
...@@ -595,6 +595,7 @@ export interface HomeBoxImg extends Struct.ComponentSchema { ...@@ -595,6 +595,7 @@ export interface HomeBoxImg extends Struct.ComponentSchema {
attributes: { attributes: {
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>; Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Link: Schema.Attribute.String; 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!