Stuart Clark
Stuart Clark
There is an option to provide route handlers already via the `druxt.router.types` array, but the Nuxt plugin is not passing the configuration through to the `DruxtRouter` class. The following code...
In addition, using the above results in the default route handlers (entity and views) being replaced instead of merged. This issue should be prioritised as it's a blocker for some...
The above commits are not related to this story, they are from before the mono-repo migration.
I did a little more work on it this morning and pushed by WIP code ^ I confirmed that the project has change ownership, and the `badeball` repo is correct:...
@BrianGilbert I recall we discussed this, and while it was supposed to be possible currently, we couldn't get it working? Can you confirm the current state? And if it still...
This issue lacks any details.
There's a patch to expose Layout Builder data to the JSON:API in the following issue: https://www.drupal.org/project/drupal/issues/2942975
To add the current WIP Drupal core patch you will need to: 1. `composer require cweagans/composer-patches` 2. Add the following to your `composer.json`: ``` "patches": { "drupal/core": { "https://www.drupal.org/project/drupal/issues/2942975": "https://www.drupal.org/files/issues/2021-09-10/2942975-layout_builder_rest_e866ee63_reverted_0.patch"...
It appears that even with the Drupal core patch that Layout Builder only exposes data to the JSON:API when the **Allow each content item to have its layout customized.** checkbox...
Proof of concept Druxt LayoutBuilder integration Github: https://github.com/Decipher/druxt-experiments/tree/feature/layout_builder Gitpod: https://gitpod.io/#github.com/Decipher/druxt-experiments/tree/feature/layout_builder 