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 fce88525
authored
2024-04-11 10:33:58 +0530
by
adarsh
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added field
1 parent
28c0c6f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
7 deletions
src/components/layout/car-image.json
src/components/layout/car-model-list.json
src/components/layout/car-image.json
0 → 100644
View file @
fce8852
{
"collectionName"
:
"components_layout_car_images"
,
"info"
:
{
"displayName"
:
"carImage"
},
"options"
:
{},
"attributes"
:
{
"Image"
:
{
"allowedTypes"
:
[
"images"
],
"type"
:
"media"
,
"multiple"
:
false
}
}
}
src/components/layout/car-model-list.json
View file @
fce8852
{
"collectionName"
:
"components_layout_car_model_lists"
,
"info"
:
{
"displayName"
:
"carModelList"
"displayName"
:
"carModelList"
,
"description"
:
""
},
"options"
:
{},
"attributes"
:
{
"title"
:
{
"type"
:
"string"
},
"image"
:
{
"allowedTypes"
:
[
"images"
],
"type"
:
"media"
,
"multiple"
:
false
"priceTitle"
:
{
"type"
:
"string"
},
"carImage"
:
{
"displayName"
:
"carImage"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"layout.car-image"
,
"required"
:
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