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 5d84130c
authored
2025-10-15 14:40:07 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change in bookjournal page
1 parent
434d9d66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
src/components/faculty/details.json
types/generated/components.d.ts
src/components/faculty/details.json
View file @
5d84130
...
...
@@ -5,15 +5,17 @@
},
"options"
:
{},
"attributes"
:
{
"Title"
:
{
"type"
:
"string"
},
"Description"
:
{
"type"
:
"customField"
,
"customField"
:
"plugin::ckeditor5.CKEditor"
,
"options"
:
{
"preset"
:
"defaultHtml"
}
},
"Heading"
:
{
"type"
:
"component"
,
"component"
:
"heading.heading"
,
"repeatable"
:
false
}
},
"config"
:
{}
...
...
types/generated/components.d.ts
View file @
5d84130
...
...
@@ -306,7 +306,7 @@ export interface FacultyDetails extends Struct.ComponentSchema {
preset
:
'defaultHtml'
;
}
>
;
Title
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
Component
<
'heading.heading'
,
false
>
;
};
}
...
...
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