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 315d6db8
authored
2025-10-13 18:44:52 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change in backend
1 parent
e96cad00
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
2 deletions
src/api/pgdm-curriculum/content-types/pgdm-curriculum/schema.json
src/components/second-dynamic-section/description.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/pgdm-curriculum/content-types/pgdm-curriculum/schema.json
View file @
315d6db
...
...
@@ -49,7 +49,7 @@
"second-dynamic-section.faq-list"
,
"second-dynamic-section.card"
,
"second-dynamic-section.card-slider"
,
"
dynamic-zone
.description"
"
second-dynamic-section
.description"
]
},
"seo"
:
{
...
...
src/components/second-dynamic-section/description.json
0 → 100644
View file @
315d6db
{
"collectionName"
:
"components_second_dynamic_section_descriptions"
,
"info"
:
{
"displayName"
:
"Description"
},
"options"
:
{},
"attributes"
:
{
"Description"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
}
},
"config"
:
{}
}
types/generated/components.d.ts
View file @
315d6db
...
...
@@ -907,6 +907,23 @@ export interface SecondDynamicSectionCardSlider extends Struct.ComponentSchema {
};
}
export
interface
SecondDynamicSectionDescription
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_second_dynamic_section_descriptions'
;
info
:
{
displayName
:
'Description'
;
};
attributes
:
{
Description
:
Schema
.
Attribute
.
RichText
&
Schema
.
Attribute
.
CustomField
<
'plugin::ckeditor5.CKEditor'
,
{
preset
:
'defaultHtml'
;
}
>
;
};
}
export
interface
SecondDynamicSectionFaq
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_second_dynamic_section_faqs'
;
info
:
{
...
...
@@ -1233,6 +1250,7 @@ declare module '@strapi/strapi' {
'press.new-list'
:
PressNewList
;
'second-dynamic-section.card'
:
SecondDynamicSectionCard
;
'second-dynamic-section.card-slider'
:
SecondDynamicSectionCardSlider
;
'second-dynamic-section.description'
:
SecondDynamicSectionDescription
;
'second-dynamic-section.faq'
:
SecondDynamicSectionFaq
;
'second-dynamic-section.faq-list'
:
SecondDynamicSectionFaqList
;
'second-dynamic-section.heading'
:
SecondDynamicSectionHeading
;
...
...
types/generated/contentTypes.d.ts
View file @
315d6db
...
...
@@ -2302,7 +2302,7 @@ export interface ApiPgdmCurriculumPgdmCurriculum
'second-dynamic-section.faq-list'
,
'second-dynamic-section.card'
,
'second-dynamic-section.card-slider'
,
'
dynamic-zone
.description'
,
'
second-dynamic-section
.description'
,
]
>
;
locale
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Private
;
...
...
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