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 9311cbd0
authored
2025-10-18 10:51:09 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage in event tag
1 parent
06399497
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
18 deletions
src/api/event-category/content-types/event-category/schema.json
src/api/event-tag/content-types/event-tag/schema.json
src/api/event/content-types/event/schema.json
types/generated/contentTypes.d.ts
src/api/event-category/content-types/event-category/schema.json
View file @
9311cbd
...
...
@@ -18,11 +18,11 @@
"type"
:
"uid"
,
"targetField"
:
"Name"
},
"event"
:
{
"event
s
"
:
{
"type"
:
"relation"
,
"relation"
:
"
manyToOne
"
,
"relation"
:
"
oneToMany
"
,
"target"
:
"api::event.event"
,
"
inversedBy"
:
"event_categories
"
"
mappedBy"
:
"event_category
"
}
}
}
src/api/event-tag/content-types/event-tag/schema.json
View file @
9311cbd
...
...
@@ -18,11 +18,11 @@
"type"
:
"uid"
,
"targetField"
:
"Name"
},
"event"
:
{
"event
s
"
:
{
"type"
:
"relation"
,
"relation"
:
"
manyToOne
"
,
"relation"
:
"
oneToMany
"
,
"target"
:
"api::event.event"
,
"
inversedBy"
:
"event_tags
"
"
mappedBy"
:
"event_tag
"
}
}
}
src/api/event/content-types/event/schema.json
View file @
9311cbd
...
...
@@ -53,17 +53,17 @@
"component"
:
"dynamic-zone.image-slider"
,
"repeatable"
:
false
},
"event_categor
ies
"
:
{
"event_categor
y
"
:
{
"type"
:
"relation"
,
"relation"
:
"
oneToMany
"
,
"relation"
:
"
manyToOne
"
,
"target"
:
"api::event-category.event-category"
,
"
mappedBy"
:
"event
"
"
inversedBy"
:
"events
"
},
"event_tag
s
"
:
{
"event_tag"
:
{
"type"
:
"relation"
,
"relation"
:
"
oneToMany
"
,
"relation"
:
"
manyToOne
"
,
"target"
:
"api::event-tag.event-tag"
,
"
mappedBy"
:
"event
"
"
inversedBy"
:
"events
"
},
"smalldescription"
:
{
"type"
:
"text"
...
...
types/generated/contentTypes.d.ts
View file @
9311cbd
...
...
@@ -1328,7 +1328,7 @@ export interface ApiEventCategoryEventCategory
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdBy
:
Schema
.
Attribute
.
Relation
<
'oneToOne'
,
'admin::user'
>
&
Schema
.
Attribute
.
Private
;
event
:
Schema
.
Attribute
.
Relation
<
'manyToOne
'
,
'api::event.event'
>
;
event
s
:
Schema
.
Attribute
.
Relation
<
'oneToMany
'
,
'api::event.event'
>
;
locale
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Private
;
localizations
:
Schema
.
Attribute
.
Relation
<
'oneToMany'
,
...
...
@@ -1387,7 +1387,7 @@ export interface ApiEventTagEventTag extends Struct.CollectionTypeSchema {
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdBy
:
Schema
.
Attribute
.
Relation
<
'oneToOne'
,
'admin::user'
>
&
Schema
.
Attribute
.
Private
;
event
:
Schema
.
Attribute
.
Relation
<
'manyToOne
'
,
'api::event.event'
>
;
event
s
:
Schema
.
Attribute
.
Relation
<
'oneToMany
'
,
'api::event.event'
>
;
locale
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Private
;
localizations
:
Schema
.
Attribute
.
Relation
<
'oneToMany'
,
...
...
@@ -1425,12 +1425,12 @@ export interface ApiEventEvent extends Struct.CollectionTypeSchema {
preset
:
'defaultHtml'
;
}
>
;
event_categor
ies
:
Schema
.
Attribute
.
Relation
<
'
oneToMany
'
,
event_categor
y
:
Schema
.
Attribute
.
Relation
<
'
manyToOne
'
,
'api::event-category.event-category'
>
;
event_tag
s
:
Schema
.
Attribute
.
Relation
<
'
oneToMany
'
,
event_tag
:
Schema
.
Attribute
.
Relation
<
'
manyToOne
'
,
'api::event-tag.event-tag'
>
;
ImageSlider
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.image-slider'
,
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