touchstudy-core 0.1.156 → 0.1.157

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10260,8 +10260,11 @@ var TinyEditor = function TinyEditor(_ref) {
10260
10260
  height: 150,
10261
10261
  menubar: false,
10262
10262
  readonly: false,
10263
+ external_plugins: {
10264
+ tiny_mce_wiris: '/editor/wiris-for-tinymce.js'
10265
+ },
10263
10266
  plugins: ['anchor', 'autolink', 'charmap', 'codesample', 'emoticons', 'image', 'link', 'lists', 'media', 'searchreplace', 'table', 'visualblocks', 'wordcount'],
10264
- toolbar: 'undo redo | blocks fontfamily fontsize | bold italic underline strikethrough | link image media table mergetags | addcomment showcomments | spellcheckdialog a11ycheck typography | align lineheight | checklist numlist bullist indent outdent | emoticons charmap | removeformat',
10267
+ toolbar: 'undo redo | blocks fontfamily fontsize | bold italic underline strikethrough | link image media table mergetags | addcomment showcomments | spellcheckdialog a11ycheck typography | align lineheight | checklist numlist bullist indent outdent | emoticons charmap | removeformat | tiny_mce_wiris_formulaEditor | tiny_mce_wiris_formulaEditorChemistry',
10265
10268
  branding: false,
10266
10269
  extended_valid_elements: '*[.*]'
10267
10270
  };
@@ -10275,7 +10278,7 @@ var TinyEditor = function TinyEditor(_ref) {
10275
10278
  return React__default.createElement(Editor, {
10276
10279
  disabled: disabled,
10277
10280
  init: config || options,
10278
- initialValue: initValue,
10281
+ value: initValue,
10279
10282
  onEditorChange: handleChange
10280
10283
  });
10281
10284
  };