drunomics / nuxtjs-drupal-ce

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

Reimplement addRequestContentFormat option #111

Closed TurtlBbx closed 1 year ago

TurtlBbx commented 1 year ago

addRequestContentFormat: If specified, the given value is added as _content_format URL parameter to requests. Disabled by default.

We should also state in the readme that the possible options in Lupus Decoupled are json (default) and markup. And that the markup option is currently not supported in 2.x version of this module.

TurtlBbx commented 1 year ago

This was not properly implemented, reopening the issue to apply a fix.