jmuspratt / craft-fieldguide

A simple Craft CMS plugin that lists all your fields and their handles, grouped by section
33 stars 6 forks source link

New feature: "Unused Fields" Section #7

Closed oadslug closed 9 years ago

oadslug commented 9 years ago

I added a new section to the list of Sections/Entry Types called "Unused Fields". This section lists all fields that are not being used by any Field Layout. The list is created by simply querying for differences between the 'craft_fields' table (which is all fields) and the 'craft_fieldlayoutfields' table, which is all used fields.

Changes: