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