Stuart Clark

Results 81 comments of 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...

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 ![image](https://user-images.githubusercontent.com/161090/137098207-ef2d7895-2c1a-483c-9d13-4ec291ed4db7.png)