Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uiii/adminhelperlinks
Module for ProcessWire - adds shortcut links to edit fields and template directly from page edit.
https://github.com/uiii/adminhelperlinks
processwire processwire-modules
Last synced: about 2 months ago
JSON representation
Module for ProcessWire - adds shortcut links to edit fields and template directly from page edit.
- Host: GitHub
- URL: https://github.com/uiii/adminhelperlinks
- Owner: uiii
- License: mit
- Created: 2021-12-16T21:16:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T22:41:18.000Z (about 1 year ago)
- Last Synced: 2024-05-12T23:02:56.118Z (8 months ago)
- Topics: processwire, processwire-modules
- Language: JavaScript
- Homepage: https://processwire.com/modules/admin-helper-links/
- Size: 683 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdminHelperLinks
[![Packagist](https://img.shields.io/packagist/v/uiii/admin-helper-links.svg)](https://packagist.org/packages/uiii/admin-helper-links)
[![](https://img.shields.io/badge/module-2480e6?logo=ProcessWire&logoColor=white)](https://processwire.com/modules/admin-helper-links)
[![](https://img.shields.io/badge/support-ec2147?logo=ProcessWire&logoColor=white)](https://processwire.com/talk/topic/26537-adminhelperlinks-add-field-edit-links-to-input-fields-on-page-edit)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![preview](preview.gif)
> Inspired by https://github.com/somatonic/HelperFieldLinks, but has unobtrusive display style, includes links using JS instead of PHP and has new features.
## Installation
[How to install modules.](https://processwire.com/docs/modules/intro/)
### 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/