I want to leave a value in my .yaml field empty, because in another translation there has to be something but not in this one. Just leaving it empty prints out the path of the value (...title.3).
title:
1: String
2: String2
3:
You can use ~
or null
.
You should read documentation of YAML and you can read Symfony Yaml Format as well
title:
1: String
2: String2
3: ~