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 7ab070cd
authored
2023-01-24 10:41:59 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
home page mobile video created
1 parent
aabc7fb3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
src/api/home-banner-video/content-types/home-banner-video/schema.json
src/api/home-banner-video/content-types/home-banner-video/schema.json
View file @
7ab070c
...
...
@@ -4,7 +4,8 @@
"info"
:
{
"singularName"
:
"home-banner-video"
,
"pluralName"
:
"home-banner-videos"
,
"displayName"
:
"Home Banner Video"
"displayName"
:
"Home Banner Video"
,
"description"
:
""
},
"options"
:
{
"draftAndPublish"
:
true
...
...
@@ -12,6 +13,17 @@
"pluginOptions"
:
{},
"attributes"
:
{
"video"
:
{
"type"
:
"media"
,
"multiple"
:
false
,
"required"
:
false
,
"allowedTypes"
:
[
"images"
,
"videos"
,
"audios"
,
"files"
]
},
"mobileVideo"
:
{
"allowedTypes"
:
[
"images"
,
"videos"
,
...
...
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