@edsdk/n1ed-react
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -65,3 +65,3 @@ "use strict"; | ||
var config = JSON.parse(JSON.stringify(window.n1edConfig)); | ||
this.mergeConfigs(config, __assign(__assign({}, this.props), { apiKey: undefined, inline: false, outputFormat: 'html' })); | ||
this.mergeConfigs(config, __assign(__assign({}, this.props), { apiKey: undefined, integration: 'react', inline: false, outputFormat: 'html' })); | ||
// @ts-ignore | ||
@@ -68,0 +68,0 @@ return React.createElement(tinymce_react_1.Editor, __assign({}, config)); |
@@ -63,3 +63,3 @@ var __extends = (this && this.__extends) || (function () { | ||
var config = JSON.parse(JSON.stringify(window.n1edConfig)); | ||
this.mergeConfigs(config, __assign(__assign({}, this.props), { apiKey: undefined, inline: false, outputFormat: 'html' })); | ||
this.mergeConfigs(config, __assign(__assign({}, this.props), { apiKey: undefined, integration: 'react', inline: false, outputFormat: 'html' })); | ||
// @ts-ignore | ||
@@ -66,0 +66,0 @@ return React.createElement(Editor, __assign({}, config)); |
{ | ||
"name": "@edsdk/n1ed-react", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "React integration for N1ED editor", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
23269