Skip to content

Remove useful `Content` type with `Map`

Jamie Tanna requested to merge defect/content-convert into develop

Because Jackson doesn't like deserialising as my subclass, some edits are failing. It's easier to remove it, but makes it much harder to work with, and more error prone - i.e. html may not be initialised.

We can add an initialisation when we're retrieving it through the Service, but if it's ever initialised otherwise, it may not be set correctly.

Merge request reports