Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
central-star-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 072f6992
authored
2024-06-12 16:59:23 +0530
by
Gaurav Dev
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
miner changes
1 parent
644a271b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
src/api/mercedesmodel/content-types/mercedesmodel/schema.json
src/components/layout/car-images.json
src/api/mercedesmodel/content-types/mercedesmodel/schema.json
View file @
072f699
...
...
@@ -18,16 +18,6 @@
"price"
:
{
"type"
:
"string"
},
"carImages"
:
{
"allowedTypes"
:
[
"images"
,
"files"
,
"videos"
,
"audios"
],
"type"
:
"media"
,
"multiple"
:
true
},
"model"
:
{
"type"
:
"enumeration"
,
"enum"
:
[
...
...
@@ -51,6 +41,12 @@
"Coupes"
,
"Cabriolets / Roadsters"
]
},
"carImages"
:
{
"displayName"
:
"carImages"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"layout.car-images"
}
}
}
src/components/layout/car-images.json
0 → 100644
View file @
072f699
{
"collectionName"
:
"components_layout_car_images"
,
"info"
:
{
"displayName"
:
"carImages"
},
"options"
:
{},
"attributes"
:
{}
}
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