Răsfoiți Sursa

Docs: Removed cloudServices.documentId.

Szymon Cofalik 5 ani în urmă
părinte
comite
bd4bd825c0
1 a modificat fișierele cu 0 adăugiri și 18 ștergeri
  1. 0 18
      packages/ckeditor5-cloud-services/src/cloudservices.js

+ 0 - 18
packages/ckeditor5-cloud-services/src/cloudservices.js

@@ -193,21 +193,3 @@ CloudServices.Token = Token;
  *
  * @member {String} module:cloud-services/cloudservices~CloudServicesConfig#bundleVersion
  */
-
-/* eslint-disable max-len */
-/**
- * **This configuration property has been deprecated and will be removed in the next major release.
- * Use [`config.collaboration.channelId`](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration-integration.html#the-channelid-configuration-property) instead.**
- *
- * The document ID used by the `RealTimeCollaborativeEditing` plugin. All editor instances created with the same document ID will
- * collaborate. It means that each document needs a different document ID if you do not want to start collaboration between these
- * documents. The ID is usually a primary key of the document in the database but you are free to provide whatever identifier fits your
- * scenario.
- *
- * Note: Unlike most plugins, `RealTimeCollaborativeEditing` is not included in any CKEditor 5 build and needs to be installed manually.
- * Check [Collaboration overview](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/overview.html) for more details.
- *
- * @deprecated
- * @member {String} module:cloud-services/cloudservices~CloudServicesConfig#documentId
- */
-/* eslint-enable max-len */