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 1cfc93bc
authored
2025-11-14 15:13:58 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add rank in event category
1 parent
22e580d1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/api/event-category/content-types/event-category/schema.json
types/generated/contentTypes.d.ts
src/api/event-category/content-types/event-category/schema.json
View file @
1cfc93b
...
...
@@ -23,6 +23,9 @@
"relation"
:
"manyToMany"
,
"target"
:
"api::event.event"
,
"inversedBy"
:
"event_categories"
},
"rank"
:
{
"type"
:
"string"
}
}
}
types/generated/contentTypes.d.ts
View file @
1cfc93b
...
...
@@ -1365,6 +1365,7 @@ export interface ApiEventCategoryEventCategory
Schema
.
Attribute
.
Private
;
Name
:
Schema
.
Attribute
.
String
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
rank
:
Schema
.
Attribute
.
String
;
slug
:
Schema
.
Attribute
.
UID
<
'Name'
>
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedBy
:
Schema
.
Attribute
.
Relation
<
'oneToOne'
,
'admin::user'
>
&
...
...
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