I added a special image file upload field to my admin panel, but I can't seem to access the uploaded image URL in Twig. The .image object returns an array that appears to be inaccessible in Twig:
JS
array:1 [
"user/pages/images/D2031.jpg" => array:4 [
"name" => "D2031.jpg"
"type" => "image/jpeg"
"size" => 59409
"path" => "user/pages/images/D2031.jpg"
]
]
object.image.name = null