File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 crossorigin ="anonymous "> </ script >
66<!-- load TinyMCE -->
77< script
8- src ="https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/8-testing /tinymce.min.js "
8+ src ="https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/8/tinymce.min.js "
99 referrerpolicy ="origin "> </ script >
Original file line number Diff line number Diff line change 66 < title > Page Title</ title >
77 < meta name ='viewport ' content ='width=device-width, initial-scale=1 '>
88 < script src ="http://code.jquery.com/jquery-3.5.1.js " integrity ="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc= " crossorigin ="anonymous "> </ script >
9- < script src ='../../../dist/index .js '> </ script >
9+ < script src ='../../../dist/tinymce-min .js '> </ script >
1010</ head >
1111< body >
1212 < textarea > </ textarea >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const getScriptSrc = (settings: RawEditorExtendedSettings): string => {
2626 if ( typeof settings . script_url === 'string' ) {
2727 return settings . script_url ;
2828 } else {
29- const channel = typeof settings . channel === 'string' ? settings . channel : '6 ' ;
29+ const channel = typeof settings . channel === 'string' ? settings . channel : '8 ' ;
3030 const apiKey = typeof settings . api_key === 'string' ? settings . api_key : 'no-api-key' ;
3131 return `https://cdn.tiny.cloud/1/${ apiKey } /tinymce/${ channel } /tinymce.min.js` ;
3232 }
You can’t perform that action at this time.
0 commit comments