Replies: 2 comments 7 replies
-
You can checkout TheBlogTheme for how blog is implemented, also you can check our docs for Decouple CMS |
Beta Was this translation helpful? Give feedback.
-
@saleemhaq IMHO decoupled cms means, you create data(content) using CMS system(in OC ie admin), However frontend is what you create and isnot dependent (not coupled)on OC themes and shapes instead you build your own UI using data(content) created So in decouple you only use OC’s features like IOrchardHelper. content management, content api, graphql and queries for data access everything else for UI you develop on your own this tutorial is good start for decoupled site https://docs.orchardcore.net/en/latest/docs/guides/decoupled-cms/#creating-a-new-decoupled-cms-website Due to nature of decoupled there can’t be end to end solution - as every decoupled website will be unique to their needs |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Require how to implement end to end blog functionality in an existing decouple CMS with the help of content type or any recommended solution, please advise folks @Skrypt @ns8482e
Beta Was this translation helpful? Give feedback.
All reactions