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!