Hello!
I'm struggling with some strange problem. I want to get the description of an image in my template but it is null.
When I'm dumping the image I see that the value is in a field called description1012. Why?
object(Image)#396 (2) {
["changes"]=>
array(1) {
[0]=>
string(9) "formatted"
}
["data"]=>
array(8) {
["basename"]=>
string(23) "nbr1052-previewbild.jpg"
["description1012"]=>
string(0) ""
["tags"]=>
string(0) ""
["formatted"]=>
bool(true)
["modified"]=>
int(1490190603)
["created"]=>
int(1490190603)
["description"]=>
NULL
["url"]=>
string(72) "http://s7w2p3.scene7.com/is/image/bluetomato/ugc/nbr1052-previewbild.tif"
}
}