CpFieldInspect Craft Versions Save

Inspect field handles and edit fields from element edit forms

2.0.0-alpha.1

6 months ago

Added

  • Added Craft 5 compatibility
  • Added fully functioning cogwheel buttons to Matrix sub fields (easy as pie, since they are all global now!)
  • Added "Edit entry type" buttons to Matrix blocks' action menus (again, easy as pie since everything is entries now!)

Improved

  • Improved performance
  • Improved accessibility

1.4.4

1 year ago

1.4.4 - 2022-05-07

Changed

  • CP Field Inspect now defers any element queries to the craft\web\Application::EVENT_INIT event, avoiding potential issues with element queries being executed before Craft has fully initialised. Fixes #27.

1.4.3

1 year ago

1.4.3 - 2022-05-05

Fixed

  • [Craft 4] Fixes an issue where field cogwheels would lead to a 404 on multi-site installs. Fixes #26

1.4.2

2 years ago

1.4.2 - 2022-04-26

Fixed

  • Fixes an issue where CP Field Inspect could interfere with Plugin Store buy buttons inside the control panel

1.4.1

2 years ago

1.4.1 - 2022-04-19

Fixed

  • Fixes a potential JavaScript issue where CP Field Inspect could interfere with AJAX requests in the control panel

1.4.0.1

2 years ago

1.4.0.1 - 2022-04-05

Fixed

  • Fixes a regression error that could cause a PHP exception in element edit pages on multi-site installs

1.4.0

2 years ago

1.4.0 - 2022-04-05

Fixed

  • Fixes an issue where CP Field Inspect would not reload field links and element source buttons after AJAX requests (for example, after switching the entry type), on Craft 4.
  • Fixes an issue where field links would not appear in Preview for newly added Matrix blocks
  • Fixes an issue where CP Field Inspect failed to redirect back to global sets' edit pages, if the global set's handle was changed via its edit page
  • Fixes some Craft 4 compatibility issues

Added

  • After installation, CP Field Inspect will now set the "Show field handles in edit forms" admin user preference to true for all active admin users (but only in environments where allowAdminChanges is true)

Improved

  • CP Field Inspect's CSS and JS assets no longer outputs for pages rendered in control panel requests, if the template that rendered was in the site template folder.

Changed

  • CP Field Inspect now requires Craft 3.7.x

1.3.1

2 years ago

1.3.1 - 2022-03-17

Fixed

  • Fixes a minor styling issue for the field settings cogwheels on Craft 3.7.37+ and 4.0.0-beta.2+

1.3.0

2 years ago

1.3.0 - 2022-03-14

Added

  • Added Craft 4.0 compatibility
  • Added new and improved (although still quite hideous) icon!

Fixed

  • Fixed an issue where editing the users field layout via the "Edit Users Setting" source button would not redirect back to the user edit page
  • Fixed an issue where CP Field Inspect would not override the save shortcut for element sources

1.2.6

2 years ago

1.2.6 - 2022-02-17

Fixed

  • Fixes a JavaScript error that could occur when XHR errors happened in the control panel