jorgeanzola/cp-field-inspect

Inspect field handles and easily edit field settings

Installs: 837

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 5

Language:JavaScript

Type:craft-plugin

2.0.0 2018-12-28 13:22 UTC

This package is auto-updated.

Last update: 2024-05-20 22:01:28 UTC


README

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.

Easily inspect field handles and edit fields

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.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require mmikkel/cp-field-inspect
    
  3. 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