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 9692cd87
authored
2025-10-14 15:56:30 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage in heading
1 parent
802e071f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
src/api/books-and-journals-page/content-types/books-and-journals-page/schema.json
src/components/inner-banner/inner-banner.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/books-and-journals-page/content-types/books-and-journals-page/schema.json
View file @
9692cd8
...
...
@@ -30,6 +30,11 @@
"type"
:
"component"
,
"component"
:
"shared.seo"
,
"repeatable"
:
false
},
"Heading"
:
{
"type"
:
"component"
,
"component"
:
"heading.heading"
,
"repeatable"
:
false
}
}
}
src/components/inner-banner/inner-banner.json
View file @
9692cd8
...
...
@@ -48,6 +48,11 @@
"type"
:
"customField"
,
"customField"
:
"plugin::color-picker.color"
,
"regex"
:
"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"Button"
:
{
"type"
:
"component"
,
"component"
:
"cta.cta"
,
"repeatable"
:
false
}
},
"config"
:
{}
...
...
types/generated/components.d.ts
View file @
9692cd8
...
...
@@ -706,6 +706,7 @@ export interface InnerBannerInnerBanner extends Struct.ComponentSchema {
attributes
:
{
BackgroundColor
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
CustomField
<
'plugin::color-picker.color'
>
;
Button
:
Schema
.
Attribute
.
Component
<
'cta.cta'
,
false
>
;
Description
:
Schema
.
Attribute
.
Text
;
Desktopbanner
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
...
...
types/generated/contentTypes.d.ts
View file @
9692cd8
...
...
@@ -810,6 +810,7 @@ export interface ApiBooksAndJournalsPageBooksAndJournalsPage
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdBy
:
Schema
.
Attribute
.
Relation
<
'oneToOne'
,
'admin::user'
>
&
Schema
.
Attribute
.
Private
;
Heading
:
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