Commit 802e071f by sujata

chnage in heading

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