next-drupal
next-drupal copied to clipboard
Next.js for Drupal has everything you need to build a next-generation front-end for your Drupal site: SSG, SSR, and ISR, Multi-site, Authentication, Webforms, Search API, I18n and Preview mode (works...
Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.3 to 6.6.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Ive just started working with this module so apologies if I have missed some configuration details on how to do this. By following the [introductory configuration for content types](https://next-drupal.org/learn/preview-mode/configure-content-types) lose...
Hi Please I have this issue when fetching Layout Builder, I have the following code. ``` export default function LB(props){ const LB: Array = props.LBPage.layout_builder__layout; /*const pageStructure = { sectionsNum:...
Hello, I'm trying to test the new example-umami out of the box. While I'm trying to access to a node i'll get the error : Initial locale argument was not...
The routes are currently hard-coded in the HTMLRenderer: https://github.com/chapter-three/next-drupal/blob/691a4b8bcf747b13e908c3dc4423ff168128d430/modules/next/src/Render/MainContent/HtmlRenderer.php#L98-L103 We should be able to make it configurable (hook? Settings form?) to be able to add preview URLs. The previews can...
Not sure if this is configuration I missed…… when I turn on the (default) Iframe previewer in the Next Drupal module, all “node view” pages (for the enabled entity types)...
At the moment, updating Next.js entity types is not clearing any caches when configuration is updated. This means that if any of the entity pages are cached, the cached version...
I tried to emulate creating "production" version of the Next.js part with Dockerfile and Docker Compose. Was hoping to get some advices/examples on how to deploy next.js of this project...
This adds a code examples section to next-drupal.org.