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 8b60b757
authored
2024-06-14 16:23:03 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
created blogs detail banner
1 parent
6daa8d78
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
0 deletions
src/api/blogs-detail/content-types/blogs-detail/schema.json
src/api/blogs-detail/controllers/blogs-detail.js
src/api/blogs-detail/routes/blogs-detail.js
src/api/blogs-detail/services/blogs-detail.js
src/api/blogs-detail/content-types/blogs-detail/schema.json
0 → 100644
View file @
8b60b75
{
"kind"
:
"singleType"
,
"collectionName"
:
"blogs_details"
,
"info"
:
{
"singularName"
:
"blogs-detail"
,
"pluralName"
:
"blogs-details"
,
"displayName"
:
"Blogs Details"
,
"description"
:
""
},
"options"
:
{
"draftAndPublish"
:
true
},
"pluginOptions"
:
{},
"attributes"
:
{
"innerBanner"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"inner-banner.inner-banner"
}
}
}
src/api/blogs-detail/controllers/blogs-detail.js
0 → 100644
View file @
8b60b75
'use strict'
;
/**
* blogs-detail controller
*/
const
{
createCoreController
}
=
require
(
'@strapi/strapi'
).
factories
;
module
.
exports
=
createCoreController
(
'api::blogs-detail.blogs-detail'
);
src/api/blogs-detail/routes/blogs-detail.js
0 → 100644
View file @
8b60b75
'use strict'
;
/**
* blogs-detail router
*/
const
{
createCoreRouter
}
=
require
(
'@strapi/strapi'
).
factories
;
module
.
exports
=
createCoreRouter
(
'api::blogs-detail.blogs-detail'
);
src/api/blogs-detail/services/blogs-detail.js
0 → 100644
View file @
8b60b75
'use strict'
;
/**
* blogs-detail service
*/
const
{
createCoreService
}
=
require
(
'@strapi/strapi'
).
factories
;
module
.
exports
=
createCoreService
(
'api::blogs-detail.blogs-detail'
);
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