Commit 18267f1e by sujata

change in testimonial

1 parent f60f9a66
......@@ -12,10 +12,8 @@
"preset": "defaultHtml"
}
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
"Title": {
"type": "string"
}
},
"config": {}
......
......@@ -306,7 +306,7 @@ export interface FacultyDetails extends Struct.ComponentSchema {
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
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!