Commit 434d9d66 by sujata

change in bookjournal page

1 parent e09c95e0
......@@ -16,11 +16,21 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"BooksJournalsList": {
"type": "component",
"component": "books-journals.books-list",
"repeatable": true
},
"LeadershipManagementHeading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"LeadershipManagementList": {
"type": "component",
"component": "faculty.leadership-management-list",
......@@ -30,11 +40,6 @@
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
}
}
}
......@@ -811,6 +811,10 @@ export interface ApiBooksAndJournalsPageBooksAndJournalsPage
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Heading: Schema.Attribute.Component<'heading.heading', false>;
LeadershipManagementHeading: Schema.Attribute.Component<
'heading.heading',
false
>;
LeadershipManagementList: Schema.Attribute.Component<
'faculty.leadership-management-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!