Skip to content

Fix empty properties

Latest

Choose a tag to compare

@Mattchewone Mattchewone released this 25 Apr 13:07
· 2 commits to master since this release

Empty properties will now be kept when being converted:

{
  "title": {
    "en": ""
  }
}

Will now translate to:

{
  "title": ""
}