widget->get_render_attribute_string( 'field-' . $this->get_id() );
?>
>
[
'type' => 'raw_html',
'conditions' => [ 'terms' => [ parent::get_type_condition() ] ],
'raw' => sprintf(
'%1$s%3$s.',
$subtext1,
$setting_url,
$subtext2
),
],
'label' => $commons['label'],
'field_value' => $commons['field_value'],
'placeholder' => $commons['placeholder'],
'required' => $commons['required'],
'width_responsive' => $commons['width_responsive'],
];
}
}