Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions drop-ins/ProcessPageEditAutocompleteImageTags/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!