File tree Expand file tree Collapse file tree 2 files changed +4
-404
lines changed
modules/ROOT/examples/live-demos/full-featured Expand file tree Collapse file tree 2 files changed +4
-404
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ const model = tinymceElement.getAttribute('suggestededits-model');
1313
1414tinymce . init ( {
1515 selector : 'textarea#full-featured' ,
16- plugins : 'importword exportword exportpdf ai suggestededits preview powerpaste casechange importcss tinydrive searchreplace autolink autosave save directionality advcode visualblocks visualchars fullscreen image link math media mediaembed codesample table charmap pagebreak nonbreaking anchor tableofcontents insertdatetime advlist lists checklist wordcount tinymcespellchecker a11ychecker editimage help formatpainter permanentpen pageembed charmap tinycomments mentions quickbars linkchecker emoticons advtable footnotes mergetags autocorrect typography advtemplate markdown revisionhistory' ,
16+ plugins : 'importword exportword exportpdf ai suggestededits preview powerpaste casechange importcss tinydrive searchreplace autolink autosave save directionality advcode visualblocks visualchars fullscreen image link math media mediaembed codesample table charmap pagebreak nonbreaking anchor tableofcontents insertdatetime advlist lists checklist wordcount tinymcespellchecker a11ychecker editimage help formatpainter permanentpen pageembed charmap tinycomments mentions quickbars emoticons advtable footnotes mergetags autocorrect typography advtemplate markdown revisionhistory' ,
1717 tinydrive_token_provider : 'URL_TO_YOUR_TOKEN_PROVIDER' ,
1818 tinydrive_dropbox_app_key : 'YOUR_DROPBOX_APP_KEY' ,
1919 tinydrive_google_drive_key : 'YOUR_GOOGLE_DRIVE_KEY' ,
2020 tinydrive_google_drive_client_id : 'YOUR_GOOGLE_DRIVE_CLIENT_ID' ,
2121 mobile : {
22- plugins : 'ai suggestededits preview powerpaste casechange importcss tinydrive searchreplace autolink autosave save directionality advcode visualblocks visualchars fullscreen image link math media mediaembed codesample table charmap pagebreak nonbreaking anchor tableofcontents insertdatetime advlist lists checklist wordcount tinymcespellchecker a11ychecker help formatpainter pageembed charmap mentions quickbars linkchecker emoticons advtable footnotes mergetags autocorrect typography advtemplate' ,
22+ plugins : 'ai suggestededits preview powerpaste casechange importcss tinydrive searchreplace autolink autosave save directionality advcode visualblocks visualchars fullscreen image link math media mediaembed codesample table charmap pagebreak nonbreaking anchor tableofcontents insertdatetime advlist lists checklist wordcount tinymcespellchecker a11ychecker help formatpainter pageembed charmap mentions quickbars emoticons advtable footnotes mergetags autocorrect typography advtemplate' ,
2323 } ,
2424 menu : {
2525 tc : {
You can’t perform that action at this time.
0 commit comments