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 13654ab7
authored
2026-06-09 14:11:01 +0530
by
atul
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update
1 parent
1cfc93bc
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
85 additions
and
0 deletions
src/api/pgdm-curriculum/content-types/pgdm-curriculum/schema.json
src/components/read-more/heading.json
src/components/read-more/read-more.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/pgdm-curriculum/content-types/pgdm-curriculum/schema.json
View file @
13654ab
...
...
@@ -52,6 +52,11 @@
"second-dynamic-section.description"
]
},
"ReadMore"
:
{
"type"
:
"component"
,
"component"
:
"read-more.read-more"
,
"repeatable"
:
true
},
"seo"
:
{
"type"
:
"component"
,
"component"
:
"shared.seo"
,
...
...
src/components/read-more/heading.json
0 → 100644
View file @
13654ab
{
"collectionName"
:
"components_read_more_headings"
,
"info"
:
{
"displayName"
:
"Heading"
},
"options"
:
{},
"attributes"
:
{
"Heading1"
:
{
"type"
:
"string"
},
"Heading2"
:
{
"type"
:
"string"
},
"TextAlign"
:
{
"type"
:
"enumeration"
,
"default"
:
"center"
,
"enum"
:
[
"left"
,
"center"
,
"right"
]
}
},
"config"
:
{}
}
src/components/read-more/read-more.json
0 → 100644
View file @
13654ab
{
"collectionName"
:
"components_read_more_read_mores"
,
"info"
:
{
"displayName"
:
"Read More"
},
"options"
:
{},
"attributes"
:
{
"Heading"
:
{
"type"
:
"component"
,
"component"
:
"read-more.heading"
,
"repeatable"
:
false
},
"Description"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
}
},
"config"
:
{}
}
types/generated/components.d.ts
View file @
13654ab
...
...
@@ -937,6 +937,36 @@ export interface PressNewList extends Struct.ComponentSchema {
};
}
export
interface
ReadMoreHeading
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_read_more_headings'
;
info
:
{
displayName
:
'Heading'
;
};
attributes
:
{
Heading1
:
Schema
.
Attribute
.
String
;
Heading2
:
Schema
.
Attribute
.
String
;
TextAlign
:
Schema
.
Attribute
.
Enumeration
<
[
'left'
,
'center'
,
'right'
]
>
&
Schema
.
Attribute
.
DefaultTo
<
'center'
>
;
};
}
export
interface
ReadMoreReadMore
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_read_more_read_mores'
;
info
:
{
displayName
:
'Read More'
;
};
attributes
:
{
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'read-more.heading'
,
false
>
;
};
}
export
interface
SecondDynamicSectionCard
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_second_dynamic_section_cards'
;
info
:
{
...
...
@@ -1316,6 +1346,8 @@ declare module '@strapi/strapi' {
'placement.sucess-batch'
:
PlacementSucessBatch
;
'press.media-coverage'
:
PressMediaCoverage
;
'press.new-list'
:
PressNewList
;
'read-more.heading'
:
ReadMoreHeading
;
'read-more.read-more'
:
ReadMoreReadMore
;
'second-dynamic-section.card'
:
SecondDynamicSectionCard
;
'second-dynamic-section.card-slider'
:
SecondDynamicSectionCardSlider
;
'second-dynamic-section.description'
:
SecondDynamicSectionDescription
;
...
...
types/generated/contentTypes.d.ts
View file @
13654ab
...
...
@@ -2323,6 +2323,7 @@ export interface ApiPgdmCurriculumPgdmCurriculum
Menu
:
Schema
.
Attribute
.
Enumeration
<
[
'Programmes'
,
'curriculum'
]
>
;
PageTitle
:
Schema
.
Attribute
.
String
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
ReadMore
:
Schema
.
Attribute
.
Component
<
'read-more.read-more'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
slug
:
Schema
.
Attribute
.
UID
<
'PageTitle'
>
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
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