drunomics / nuxtjs-drupal-ce

A Nuxt module to easily connect Drupal via custom elements.
https://lupus-decoupled.org/
MIT License
24 stars 4 forks source link

Providing blocks support for 2.x #140

Closed modcab closed 1 year ago

modcab commented 1 year ago

https://github.com/drunomics/nuxtjs-drupal-ce/pull/106 is the change for 1.x . What changes would be required so it works with 2.x?

TurtlBbx commented 1 year ago

@modcab As discussed in https://github.com/drunomics/nuxtjs-drupal-ce/issues/119, there are no changes needed at nuxtjs-drupal-ce side. We don't parse backend response of fetchPage helper in 2.x, so page data is the same as returned from the backend.