Explorar o código

Docs: Improved links between API and guides. See ckeditor/ckeditor5#1090.

Piotrek Koszuliński %!s(int64=7) %!d(string=hai) anos
pai
achega
dedf69ac78

+ 2 - 0
packages/ckeditor5-enter/src/enter.js

@@ -16,6 +16,8 @@ import EnterObserver from './enterobserver';
  *
  * See also the {@link module:enter/shiftenter~ShiftEnter} plugin.
  *
+ * For more information about this feature see the {@glink api/enter package page}.
+ *
  * @extends module:core/plugin~Plugin
  */
 export default class Enter extends Plugin {

+ 2 - 0
packages/ckeditor5-enter/src/shiftenter.js

@@ -18,6 +18,8 @@ import { downcastElementToElement } from '@ckeditor/ckeditor5-engine/src/convers
  *
  * See also the {@link module:enter/enter~Enter} plugin.
  *
+ * For more information about this feature see the {@glink api/enter package page}.
+ *
  * @extends module:core/plugin~Plugin
  */
 export default class ShiftEnter extends Plugin {