Is it possible to have an image show up based on a meta value? For example, if I have the meta_key image_test, and it stores "toolbox.gif" for a post, can I show that image in the admin?
I started with something like this but am not sure how to make it dynamic. I'm guessing it part of the name or desc since those take HTML but I'm fine with it as whatever, so long as it can show the image in the post editor.
[
'id' => 'image_test',
'type' => 'text',
'name' => '<img src="/archive/images/page/toolbox.gif"></img>',
],