Stuart Clark

Results 81 comments of Stuart Clark

From Discord: > So just did some tests to GET page_manager variants using json:api > I can get the detail of a page_manager page easily with curl --location -g --request...

Commit messages above are incorrectly tagged due to the Mono-repo migration, please ignore them.

Hi @emdahlstrom, The issue with `https://www.djurensratt.se/router/translate-path?path=/engagera-dig/stod-oss` is that there's no direct support for Panels pages in the Decoupled Router module (https://www.drupal.org/project/decoupled_router) I have previously opened an issue with the intent...

Example option for adding includes: ```jsx export default { druxt: { query: { includes: ['RELATIONSHIP_FIELD'] } } } ```

While I would love to get this done prior to the 1.0.0 release, I think it would be easier to rename during the 2.0.0 Typescript/Vue3/Nuxt3 update.

Additional changes required before this can be updated.

`v-model` implementation has been updated for the changes in DruxtModule, but it will still be required to add support for the View and Results in the model.

There is a chance that the mapping _will not be known_ from JSON:API Extras config. I'm working on adding the aliasing via code into Drupal core: https://www.drupal.org/project/drupal/issues/3105318 _Originally posted by...

Thanks @mglaman, I'm open to manual overrides as well, as that was the original intent myself. You can see the existing work done towards this here: https://github.com/druxt/druxt-router/blob/4e1983e4ee13164893ab1db898e35f245c4027ba/src/router.js#L223-L243 Take into account...

Resources renamed using the JSON:API Extras module do work correctly, although there was a recent fix to the Druxt module for this that is still pending a version update: https://www.drupal.org/project/druxt/issues/3244770...