Commit 802e071f by sujata

chnage in heading

1 parent 17a7b9e8
......@@ -47,6 +47,11 @@
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"BooksAuthoredHeading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
}
}
}
......@@ -2396,6 +2396,7 @@ export interface ApiResearchAndPublicationsPageResearchAndPublicationsPage
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
BooksAuthoredHeading: Schema.Attribute.Component<'heading.heading', false>;
BooksAuthoredList: Schema.Attribute.Component<
'faculty.books-authored-list',
true
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!