nuvoleweb / integration

This project allows a content Producer to share its content with multiple Consumers using a shared Backend.
https://www.drupal.org/project/integration
6 stars 3 forks source link

Add deleteMetadata method to Document. #18

Closed jfhovinne closed 8 years ago

jfhovinne commented 8 years ago

Deleting a metadata (e.g. id) from the document before encoding it would be useful: for instance while encoding to JSON the returned value is raw string, which is less easy to manipulate.

ademarco commented 8 years ago

Thanks!