소스 검색

Internal: Aligned code to changes in ckeditor5-core. See ckeditor/ckeditor5-core#140.

Piotrek Koszuliński 7 년 전
부모
커밋
fda9fb3595
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js

+ 1 - 1
packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js

@@ -11,7 +11,7 @@ import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud
 
 ClassicEditor
 	.create( document.querySelector( '#snippet-autoformat' ), {
-		plugins: ClassicEditor.build.plugins.concat( [ Code ] ),
+		plugins: ClassicEditor.builtinPlugins.concat( [ Code ] ),
 		toolbar: {
 			items: [
 				'heading',