uiii / admin-helper-links
Installs: 51
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 2
Open Issues: 3
Language:JavaScript
Type:pw-module
Requires
- hari/pw-module: ^1.0
README
Module for ProcessWire 3.x - add shortcut links to edit fields and template directly from page edit.
Shortcut link types:
- edit page template
- edit field
- edit field in template context
Inspired by https://github.com/somatonic/HelperFieldLinks, but has unobtrusive display style, includes links using JS instead of PHP and has new features.
Installation
Using composer
In your ProcessWire installation root run:
$ composer require uiii/admin-helper-links
Login to your ProcessWire admin and go to Modules > Refresh and install the module.
If you want to read more about ProcessWire and Composer visit https://processwire.com/blog/posts/composer-google-calendars-and-processwire/