Download the PHP package jorgeanzola/cp-field-inspect without Composer
On this page you can find all versions of the php package jorgeanzola/cp-field-inspect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jorgeanzola/cp-field-inspect
More information about jorgeanzola/cp-field-inspect
Files in jorgeanzola/cp-field-inspect
Package cp-field-inspect
Short Description Inspect field handles and easily edit field settings
License MIT
Informations about the package cp-field-inspect
CP Field Inspect plugin for Craft CMS 3.x
CP Field Inspect is a tiny utility plugin making content modelling a little bit easier in Craft.
Did you forget a field handle? Mouse over the cogwheel next to the field title, and CP Field Inspect will tell you.
Need to adjust some field settings? Click the cogwheel; CP Field Inspect will redirect you to the relevant field's settings page – and back to the content when you're done.
Additionally, CP Field Inspect will add a link in your element edit forms to manage source settings (e.g. entry type, category group) in the same manner.
Note that CP Field Inspect will only be active for admin users.
Plugin icon: CUSTOMIZE SEARCH by creative outlet from the Noun Project
Looking for the Craft 2 version? It's right here.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Tested and working w/ Craft CMS 3 RC1 (3.0.0.-beta.29).
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require mmikkel/cp-field-inspect
- In the Control Panel, go to Settings → Plugins and click the “Install” button for CP Field Inspect.
Disclaimer
This plugin is provided free of charge and you can do whatever you want with it. CP Field Inspect is very unlikely to mess up your stuff, but just to be clear: the author is not responsible for data loss or any other problems resulting from the use of this plugin.
Please report any bugs, feature requests or other issues here. Note that this is a hobby project and no promises are made regarding response time, feature implementations or bug fixes.
Pull requests are extremely welcome