From 0054ed920f995ad8518d4af9caae8b3489e46ff1 Mon Sep 17 00:00:00 2001 From: Shikha Date: Mon, 9 Jul 2018 11:58:14 +1000 Subject: [PATCH] Fix line space --- plugins/powerpaste.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/powerpaste.md b/plugins/powerpaste.md index 57da000de..bc0bada0c 100644 --- a/plugins/powerpaste.md +++ b/plugins/powerpaste.md @@ -51,6 +51,7 @@ See the example TinyMCE configuration above. ## Using the PowerPaste Plugin with Module Loaders To enable the **PowerPaste** plugin when using a [module loader]({{site.baseurl}}/advanced/usage-with-module-loaders/), follow these instructions: + 1. Make the PowerPaste plugin folder available over http. 2. Add the path to the PowerPaste plugin folder to the [external plugins]({{site.baseurl}}/configure/integration-and-setup/#external_plugins) option in `tinymce.init()`.