druxt.js
druxt.js copied to clipboard
Add support for the Page manager module
Is your feature request related to a problem? Please describe. As a user I want the ability to display Page manager pages in Druxt
Describe the solution you'd like
- [ ] Add a custom Page manager module for Druxt
Describe alternatives you've considered N/A
Additional context
- https://www.drupal.org/project/page_manager
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 GET 'http://172.19.0.4/Jsonapi/page/page?filter[drupal_internal__id]=home' but can't find a way to use endpoint to get variants, not sure what parameter it expects

Note that page_manager variants can be created of type "Layout builder" (since https://www.drupal.org/project/page_manager/issues/2960739)
That kinds of makes https://github.com/druxt/druxt.js/issues/27 a pre-requisite : d

This looks like pre-requesite : https://www.drupal.org/project/page_manager/issues/3170526
FYI @Decipher https://www.drupal.org/project/page_manager/issues/3170526#comment-14377545