Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
strapi-setup-file
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 21db1a8a
authored
2022-12-12 16:02:25 +0530
by
jay
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
township key destination pointers
1 parent
ac784d8a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
src/api/township/content-types/township/schema.json
src/components/layout/key-destinations.json
src/api/township/content-types/township/schema.json
View file @
21db1a8
...
@@ -97,6 +97,12 @@
...
@@ -97,6 +97,12 @@
"images"
,
"images"
,
"files"
"files"
]
]
},
"keyDestinations"
:
{
"displayName"
:
"keyDestinations"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"layout.key-destinations"
}
}
}
}
}
}
src/components/layout/key-destinations.json
0 → 100644
View file @
21db1a8
{
"collectionName"
:
"components_layout_key_destinations"
,
"info"
:
{
"displayName"
:
"keyDestinations"
,
"description"
:
""
},
"options"
:
{},
"attributes"
:
{
"destination"
:
{
"type"
:
"text"
}
}
}
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