-
Notifications
You must be signed in to change notification settings - Fork 27.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cms-umbraco
example
#52777
Add cms-umbraco
example
#52777
Conversation
Hi @ijjk, Is there anything I can do to ease the review of this PR? If it helps anything I can setup an Umbraco site with a publicly available API for testing. |
Hi Next.js peeps 👋 is anyone able to help us get this thing reviewed? |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
1 similar comment
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Hi @leerob, I can't entirely figure out what it is you'd like me to update 🙈 the example does use draft mode, though. And it is essentially a copy of the I did spot a few missing TypeScript rewrites in the preview API handling, so I have fixed those now. And I also did a re-linting to keep the example up-to-date with the current style preferences. Please let me know if you need me to do further updates to this 👍 |
Hi Vercel/Next.js team (ping @leerob) |
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Following up - do you want to address the lint errors so we can get this merged? |
Hi @leerob 👋 thanks for following up. I'll have a look at fixing the linter errors this week - hopefully one of the next few days. |
@leerob should be good to go now 👍 |
This PR adds a sample blog powered by Umbraco CMS.
Umbraco CMS v12 (released June 29) adds headless capabilities directly to the Umbraco core. This PR showcases how a blog can be built using Umbraco CMS as backing content source.
This example is not to be mistaken with the Umbraco Heartcore example. Umbraco Heartcore is a SaaS platform built on top of Umbraco CMS.
A demo of this example can be found at https://nextjs-umbraco-sample-blog.vercel.app/.
pnpm build && pnpm lint
, see https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md)