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 6c3d7df9
authored
2026-07-22 15:15:42 +0530
by
atul
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update
1 parent
13654ab7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
0 deletions
src/components/header/cc.json
src/components/header/dd.json
types/generated/components.d.ts
src/components/header/cc.json
View file @
6c3d7df
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
},
},
"link"
:
{
"link"
:
{
"type"
:
"string"
"type"
:
"string"
},
"navSubSubSublink"
:
{
"type"
:
"component"
,
"component"
:
"header.dd"
,
"repeatable"
:
true
}
}
},
},
"config"
:
{}
"config"
:
{}
...
...
src/components/header/dd.json
0 → 100644
View file @
6c3d7df
{
"collectionName"
:
"components_header_dds"
,
"info"
:
{
"displayName"
:
"DD"
},
"options"
:
{},
"attributes"
:
{
"title"
:
{
"type"
:
"string"
},
"link"
:
{
"type"
:
"string"
}
},
"config"
:
{}
}
types/generated/components.d.ts
View file @
6c3d7df
...
@@ -501,6 +501,18 @@ export interface HeaderCc extends Struct.ComponentSchema {
...
@@ -501,6 +501,18 @@ export interface HeaderCc extends Struct.ComponentSchema {
};
};
attributes
:
{
attributes
:
{
link
:
Schema
.
Attribute
.
String
;
link
:
Schema
.
Attribute
.
String
;
navSubSubSublink
:
Schema
.
Attribute
.
Component
<
'header.dd'
,
true
>
;
title
:
Schema
.
Attribute
.
String
;
};
}
export
interface
HeaderDd
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_header_dds'
;
info
:
{
displayName
:
'DD'
;
};
attributes
:
{
link
:
Schema
.
Attribute
.
String
;
title
:
Schema
.
Attribute
.
String
;
title
:
Schema
.
Attribute
.
String
;
};
};
}
}
...
@@ -1314,6 +1326,7 @@ declare module '@strapi/strapi' {
...
@@ -1314,6 +1326,7 @@ declare module '@strapi/strapi' {
'footer.footer-link'
:
FooterFooterLink
;
'footer.footer-link'
:
FooterFooterLink
;
'footer.links'
:
FooterLinks
;
'footer.links'
:
FooterLinks
;
'header.cc'
:
HeaderCc
;
'header.cc'
:
HeaderCc
;
'header.dd'
:
HeaderDd
;
'header.nav-link'
:
HeaderNavLink
;
'header.nav-link'
:
HeaderNavLink
;
'header.nav-sublink'
:
HeaderNavSublink
;
'header.nav-sublink'
:
HeaderNavSublink
;
'heading.heading'
:
HeadingHeading
;
'heading.heading'
:
HeadingHeading
;
...
...
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