Ver Fonte

fix library name CustomEditors

Andrey Titovskiy há 3 anos atrás
pai
commit
77d1a41664
4 ficheiros alterados com 2 adições e 2 exclusões
  1. 0 0
      build/ckeditor.js
  2. 0 0
      build/ckeditor.js.map
  3. 1 1
      sample/index.html
  4. 1 1
      webpack.config.js

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
build/ckeditor.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
build/ckeditor.js.map


+ 1 - 1
sample/index.html

@@ -72,7 +72,7 @@
 		</div>
 	</main>
 	<script src="../build/ckeditor.js"></script>
-	<script>ClassicEditor
+	<script>CustomEditors.InlineEditor
 			.create(document.querySelector('.editor'), {
 				language: 'ru-ru',
 				licenseKey: '',

+ 1 - 1
webpack.config.js

@@ -21,7 +21,7 @@
  
 	 output: {
 		 // The name under which the editor will be exported.
-		 library: 'ClassicEditor',
+		 library: 'CustomEditors',
  
 		 path: path.resolve(__dirname, 'build'),
 		 filename: 'ckeditor.js',

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff