@brightspace-ui/htmleditor
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -9,2 +9,3 @@ import '@brightspace-ui/core/components/alert/alert.js'; | ||
import 'tinymce/plugins/autosave/plugin.js'; | ||
import 'tinymce/plugins/autolink/plugin.js'; | ||
import 'tinymce/plugins/charmap/plugin.js'; | ||
@@ -20,2 +21,3 @@ import 'tinymce/plugins/code/plugin.js'; | ||
import 'tinymce/plugins/imagetools/plugin.js'; | ||
import 'tinymce/plugins/link/plugin.js'; | ||
import 'tinymce/plugins/lists/plugin.js'; | ||
@@ -300,2 +302,4 @@ import 'tinymce/plugins/preview/plugin.js'; | ||
language_url: `${baseImportPath}/tinymce/langs/${tinymceLang}.js`, | ||
link_context_toolbar: true, | ||
link_default_protocol: 'https', | ||
menubar: false, | ||
@@ -318,3 +322,3 @@ mentions_fetch: (query, success) => { | ||
object_resizing : true, | ||
plugins: `a11ychecker ${this.autoSave ? 'autosave' : ''} advtable charmap advcode directionality emoticons ${this.fullPage ? 'fullpage' : ''} fullscreen hr image ${this.pasteLocalImages ? 'imagetools' : ''} lists ${(this.mentions && D2L.LP) ? 'mentions' : ''} powerpaste ${D2L.LP ? 'd2l-preview' : 'preview'} table textpattern d2l-equation d2l-image d2l-isf d2l-quicklink d2l-wordcount`, | ||
plugins: `a11ychecker ${this.autoSave ? 'autosave' : ''} advtable autolink charmap advcode directionality emoticons ${this.fullPage ? 'fullpage' : ''} fullscreen hr image ${this.pasteLocalImages ? 'imagetools' : ''} lists link ${(this.mentions && D2L.LP) ? 'mentions' : ''} powerpaste ${D2L.LP ? 'd2l-preview' : 'preview'} table textpattern d2l-equation d2l-image d2l-isf d2l-quicklink d2l-wordcount`, | ||
relative_urls: false, | ||
@@ -321,0 +325,0 @@ resize: true, |
{ | ||
"name": "@brightspace-ui/htmleditor", | ||
"description": "An HTML editor that integrates with Brightspace", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"repository": "https://github.com/BrightspaceUI/htmleditor.git", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3923501
55333