diff --git a/src/controllers/CkeConfigsController.php b/src/controllers/CkeConfigsController.php index c0b0b47c..1fa750c3 100644 --- a/src/controllers/CkeConfigsController.php +++ b/src/controllers/CkeConfigsController.php @@ -72,6 +72,7 @@ public function actionEdit(?CkeConfig $ckeConfig = null, ?string $uid = null): R } $response = $this->asCpScreen() + ->editUrl($ckeConfig->uid ? "settings/ckeditor/$ckeConfig->uid" : null) ->action('ckeditor/cke-configs/save') ->addCrumb(Craft::t('app', 'Settings'), 'settings') ->addCrumb(Craft::t('ckeditor', 'CKEditor Configs'), 'settings/ckeditor')