__( 'Warning! This will override some or all of the current form values.', 'so-widgets-bundle' ),
);
}
protected function render_field( $value, $instance ) {
$preset_options = array();
foreach ( $this->options as $name => $preset ) {
$preset_options[ $name ] = $preset['label'];
}
?>