Skip to content

Commit

Permalink
Merge branch '3.x' into bugfix/345-toolbar-dropdown-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jan 23, 2025
2 parents 23094d2 + 9cdc0e5 commit e5a7d0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ You can use the `ckeditor/convert` command to convert any existing Redactor fiel
php craft ckeditor/convert
```

The command will make changes to your project config. You should commit them, and run `craft up` on other environments for the changes to take effect.

## Adding CKEditor Plugins

Craft CMS plugins can register additional CKEditor plugins to extend its functionality.
Expand Down
3 changes: 3 additions & 0 deletions src/console/controllers/ConvertController.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ public function actionRedactor(): int
}

$this->stdout("\n ✓ Finished converting Redactor fields.\n", Console::FG_GREEN, Console::BOLD);
$this->stdout("\nCommit your project config changes,
and run `craft up` on other environments
for the changes to take effect.\n", Console::FG_GREEN);

return ExitCode::OK;
}
Expand Down

0 comments on commit e5a7d0a

Please sign in to comment.