Is there any solution to pass value of selected image(from media manager) to a field? Maybe using js, just plugin uses Vue.js for admin dashboard, i.e. no separate fields, all fields are a single object. I did so
<div class="pfx-img-form">
<label>Image</label>
<input class="image-val" type="text" name="" v-model="item.img">
<?php media_buttons();?>
</div>
Just how to pass data to field, I'm going mad:) I have a solution, but it requires use iframe with media.php and long js code, just wonder, maybe there's simplier solution