Hey!
Is there no way to get the image select as an array?
rwmb_the_value returns an unordered list,
rwmb_meta/rwmb_get_value returns the saved database value
So we only have the options to display an ul with the images selected, but can't modify e.g. the class of the or just the label but not the url.
Is there no way to return something like this?
[
'choice 1' => '/url/to/image.png',
'choice 2' => '/url/to/image2.png',
'choice 3' => '/url/to/image3.png',
]
Seems strange to me or am i missing something?