Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-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 a7afb0c2
authored
2025-09-08 14:55:37 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add linkdin
1 parent
7b0cca0c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
src/components/layout/heading.json
src/components/people/advisory-board.json
types/generated/components.d.ts
src/components/layout/heading.json
View file @
a7afb0c
...
...
@@ -18,6 +18,9 @@
"preset"
:
"default"
},
"customField"
:
"plugin::ckeditor5.CKEditor"
},
"Linkdin"
:
{
"type"
:
"string"
}
}
}
src/components/people/advisory-board.json
View file @
a7afb0c
...
...
@@ -28,6 +28,9 @@
"preset"
:
"default"
},
"customField"
:
"plugin::ckeditor5.CKEditor"
},
"Linkdin"
:
{
"type"
:
"string"
}
}
}
types/generated/components.d.ts
View file @
a7afb0c
...
...
@@ -180,6 +180,7 @@ export interface PeopleAdvisoryBoard extends Struct.ComponentSchema {
preset
:
'default'
;
}
>
;
Linkdin
:
Schema
.
Attribute
.
String
;
};
}
...
...
@@ -347,6 +348,7 @@ export interface LayoutHeading extends Struct.ComponentSchema {
preset
:
'default'
;
}
>
;
Linkdin
:
Schema
.
Attribute
.
String
;
};
}
...
...
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