Преглед на файлове

Docs: Removed an info from the "Base64 upload adapter" guide spreading false information about the availability of the plugin. Closes ckeditor/ckeditor5#1967.

Aleksander Nowodzinski преди 6 години
родител
ревизия
94b79ec4ed
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      packages/ckeditor5-upload/docs/features/base64-upload-adapter.md

+ 0 - 4
packages/ckeditor5-upload/docs/features/base64-upload-adapter.md

@@ -28,10 +28,6 @@ First, install the [`@ckeditor/ckeditor5-upload`](https://www.npmjs.com/package/
 npm install --save @ckeditor/ckeditor5-upload
 ```
 
-<info-box info>
-	The [`@ckeditor/ckeditor5-upload`](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload) package is available by default in all {@link builds/guides/overview#available-builds official editor builds}. You do not have to install it, if you are {@link builds/guides/integration/advanced-setup#scenario-1-integrating-existing-builds extending one}.
-</info-box>
-
 Add the {@link module:upload/adapters/base64uploadadapter~Base64UploadAdapter `Base64UploadAdapter`} to your plugin list:
 
 ```js