-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Description
In file type, i upload svg image, but preview doesn't show it. For allow to upload svg i used Safe SVG plugin.
$cmb_services->add_field( array(
'name' => esc_html__( 'Navigation Image (Svg)', 'test' ),
'id' => $prefix . 'servicesNavigationImageSvg',
'type' => 'file',
'query_args' => array(
'type' => array(
'image/svg',
),
),
'preview_size' => 'thumbnail',
) );
Metadata
Metadata
Assignees
Labels
No labels