Commit 434d9d66 by sujata

change in bookjournal page

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