Commit 18267f1e by sujata

change in testimonial

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