From 7ea7a4aa82989681524fda970a3071f9630e4051 Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 1 Sep 2015 15:36:20 -0400 Subject: [PATCH] Update readme.md --- .../ProcessPageEditAutocompleteImageTags/readme.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drop-ins/ProcessPageEditAutocompleteImageTags/readme.md b/drop-ins/ProcessPageEditAutocompleteImageTags/readme.md index f721e8e..d98f539 100755 --- a/drop-ins/ProcessPageEditAutocompleteImageTags/readme.md +++ b/drop-ins/ProcessPageEditAutocompleteImageTags/readme.md @@ -8,15 +8,20 @@ --- -### Instal +### Install 1. Add ProcessPageEditAutocompleteImageTags.js and ProcessPageEditAutocompleteImageTags.css to your 'AdminCustomFiles' folder. 2. Download aehlke's [tag-it](http://aehlke.github.io/tag-it/) from GitHub. -3. Unzip it & find **tag-it.min.js**, place it next to the other files in the 'AdminCustomFiles' folder. +3. Unzip it & find **tag-it.min.js**, place it next to the other files. 4. Go to the AdminCustomFile [settings](/processwire/module/edit?name=AdminCustomFiles). 5. Enable for process: **ProcessPageEdit**. -6. In the dependencies textarea paste in: ```ProcessPageEdit /AdminCustomFiles/tag-it.min.js``` +6. In the dependencies textarea paste in: 'ProcessPageEdit /AdminCustomFiles/tag-it.min.js' (without quotes) 7. Press submit. +### Configure + +1. Specify your tags in the plugin init script (ProcessPageEditAutocompleteImageTags.js) +2. You can also optionally show the available tags by adding this to your options in the js init: showAutocompleteOnFocus: true + Thanks!