angular2-tinymce
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "angular2-tinymce", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Angular 2 component for TinyMCE MCE WYSIWYG editor", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -43,3 +43,3 @@ import { Component, OnDestroy, AfterViewInit, forwardRef, NgZone } from '@angular/core'; | ||
selector: '#' + this.elementId, | ||
plugins: ['link', 'paste', 'table', 'advlist', 'autoresize', 'image', 'lists', 'imagetools', 'code'], | ||
plugins: ['link', 'paste', 'table', 'advlist', 'autoresize', 'lists',, 'code'], | ||
skin_url: '/assets/tinymce/skins/lightgray', | ||
@@ -46,0 +46,0 @@ setup: editor => { |
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
17638