From 1e4f1e48c44fcb3cc56fe4e3a37da803456e5453 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 12 Jul 2016 10:43:24 -0700 Subject: [PATCH] update reference --- docs/reference/components/editor.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/components/editor.md b/docs/reference/components/editor.md index 3cb05aacb..d2deeca65 100644 --- a/docs/reference/components/editor.md +++ b/docs/reference/components/editor.md @@ -87,7 +87,7 @@ An optional dictionary of styles to apply to the default block type's placeholde ## Plugin-like Properties -In addition to its own properties, the editor allows passing any of the properties that a [`Plugin`](../plugins) defines as well. +In addition to its own properties, the editor allows passing any of the properties that a [plugin](../plugins/plugins.md) defines as well. These properties are actually just a convenience—an implicit plugin defintion. Internally, they are grouped together and turned into a plugin that is given first priority in the plugin stack. @@ -121,6 +121,8 @@ const plugins = [ /> ``` +To see how these properties behave, check out the [Plugins reference](../plugins/plugins.md). + ## Methods