You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be quite helpful when creating or editing a field if the "Field Type" dropdown provided some sort of indication of where a field type comes from; if it's a native Craft field or a plugin (and which one).
There's a number of plugins that already kinda force-apply this in various ways; the Button Box plugin prepends all its fieldtypes with "Button Box - ", while the Super Dynamic Fields plugin appends " [Super Dynamic Fields]" to each of its fields.
EDIT: Another idea would be to emulate the native HTML feature of <optgroup> in <select>—group the Craft fieldtypes first, then the rest grouped by each plugin.
Here's some mockups (and yes, I know the title="..." attr is frowned upon; I both don't really care for mockup purposes, and have no problem with whatever built-in tooltip functionality Craft's CP might have instead).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It would be quite helpful when creating or editing a field if the "Field Type" dropdown provided some sort of indication of where a field type comes from; if it's a native Craft field or a plugin (and which one).
There's a number of plugins that already kinda force-apply this in various ways; the Button Box plugin prepends all its fieldtypes with "Button Box - ", while the Super Dynamic Fields plugin appends " [Super Dynamic Fields]" to each of its fields.
EDIT: Another idea would be to emulate the native HTML feature of
<optgroup>
in<select>
—group the Craft fieldtypes first, then the rest grouped by each plugin.Here's some mockups (and yes, I know the
title="..."
attr is frowned upon; I both don't really care for mockup purposes, and have no problem with whatever built-in tooltip functionality Craft's CP might have instead).Beta Was this translation helpful? Give feedback.
All reactions