Skip to content

Commit

Permalink
Link config slideouts to their full pages
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Feb 3, 2024
1 parent 5a77da0 commit 6df5ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/CkeConfigsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 6df5ba0

Please sign in to comment.