i want change default target to _blank in create link
'DefaultLinkTarget' => '_blank',
how to can do this !
<?php
use dosamigos\ckeditor\CKEditor;
?>
<?=
$form->field($model, 'summary')->widget(CKEditor::className(), [
'options' => ['rows' => 1],
'clientOptions' => [
'language' => 'fa',
// 'DefaultLinkTarget' => '_blank',
'height' => '200'
],
'preset' => 'full',
])
?>
you could use the options target
or try add a script in your page