I have the code as follows for creating a custom module in Beaver Builder:
'my_multiple_photos_field' => array(
'type' => 'multiple-photos',
'label' => __( 'Multiple Photos Field', 'fl-builder' )
),
Now i want to display all the images in this array. This is not working.
<div class="fl-example-image">
<?php echo "<img src='".$settings->my_multiple_photos_field_src."'>"
?>