Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
iba_backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 434d9d66
authored
2025-10-15 14:32:41 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change in bookjournal page
1 parent
e09c95e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
src/api/books-and-journals-page/content-types/books-and-journals-page/schema.json
types/generated/contentTypes.d.ts
src/api/books-and-journals-page/content-types/books-and-journals-page/schema.json
View file @
434d9d6
...
...
@@ -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
}
}
}
types/generated/contentTypes.d.ts
View file @
434d9d6
...
...
@@ -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
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment