ryancramerdesign / ProcessWire

Our repository has moved to https://github.com/processwire – please head there for the latest version.
https://processwire.com
Other
727 stars 201 forks source link

Asterisk to denote Multi-Page fields in fields list #1439

Open kongondo opened 9 years ago

kongondo commented 9 years ago

Minor enhancement suggestion.

In the admin, sometimes I need to quickly tell whether a page field accepts multiple or single pages. Rather than checking in the field's details tab, it would be nice (similar to * Types indicated with an asterisk are for multiple page selection.), if in the fields table at /admin/setup/fields/, in the type column, for multiple page fields, to append an asterisk to Page, i.e. Page*.

Thanks kongondo

LostKobrakai commented 9 years ago

I'm just using singular and plural names for the fields, which doesn't scale to words, where both are the same, but it works most of the time.

kongondo commented 9 years ago

I try to do that too, wherever possible

Da-Fecto commented 9 years ago

I use a name convention for page fields. When the name starts with page it's a single, when the name starts with pages it's multiple. That way I can recognize from the name the type and the setting.