Skip to content

Commit d3562ff

Browse files
committed
Updateb to use cloudchannel 8
1 parent 056a712 commit d3562ff

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
### Changed
10+
- Set default cloudChannel to 8
11+
912
## 2.1.0 - 2023-03-27
1013

1114
### Fixed

src/test/ts/browser/LoadTest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ UnitTest.asynctest('LoadTest', (success, failure) => {
2121
Step.sync(() => {
2222
// select the SugarElement we just created and use the jQuery extension to make tinymce
2323
$('div.test-editor').tinymce({
24-
channel: '8-testing',
25-
api_key: 'qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc',
2624
setup: (_editor: Editor) => {
2725
seenSetup.set(true);
2826
},

0 commit comments

Comments
 (0)