-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Layout builder #27
Comments
…2.6.1 Bump node-fetch from 2.6.0 to 2.6.1
…2.6.1 Bump node-fetch from 2.6.0 to 2.6.1
[#22] Removed JSON API Deserializer from plugin.
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:
Edit: Updated patch After doing that, you will have access to the Layout Builder data on the DruxtEntity components: |
Proof of concept Druxt LayoutBuilder integration Github: https://github.com/Decipher/druxt-experiments/tree/feature/layout_builder |
Is your feature request related to a problem? Please describe.
As an Editor, I want to create Landing Pages using Layout Builder in the Drupal Admin UI and have them rendered accordingly in the FE
Describe the solution you'd like
DruxtLayoutBuilder
layout_onecol
->DruxtLayoutBuilderLayoutOnecol
?)An example usage might be:
Or:
Describe alternatives you've considered
Additional context
layout_builder__layout
The text was updated successfully, but these errors were encountered: