‘insert from url’ not available with image block
-
When I use the control type> image block there are only options for ‘upload’ and ‘media library’. I would like to customize this to allow a url selection as well. Does anyone have a solution to allow an image block “insert from url”?
<?php if ( isset( $attributes['event-img']['url'] ) ) : ?> <img src="<?php echo esc_url( $attributes['event-img']['url'] ); ?>" alt="<?php echo esc_attr( $attributes['event-img-alt'] ); ?>"> <?php endif; ?> </figure>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘‘insert from url’ not available with image block’ is closed to new replies.