Make address labels optional #11410
-
|
It would be nice if the Address |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
I agree. Also, I'm noticing this bit here: https://github.com/craftcms/commerce/blob/504896ab85cff3d93b0e40cfacfca6c25c4121dd/src/elements/Order.php#L2924 |
Beta Was this translation helpful? Give feedback.
-
|
Another +1 for this. There are a lot of situations where the label is superfluous and confusing to editors. For example, if you have an entry type that represents a location and an Addresses field that allows a single Address. The title of the entry is the name of the location, so the label isn't needed. Having to fill it out and either repeat the name of the location or enter something generic like Address is awkward. @brandonkelly Are there any technical or design constraints that prevent this? Titles are already optional for entries, so making them optional for addresses should be possible? |
Beta Was this translation helpful? Give feedback.
-
|
Just made it possible to mark the address Label field as optional from the address field layout configurator, for Craft 5.9. (b365633) |
Beta Was this translation helpful? Give feedback.
Just made it possible to mark the address Label field as optional from the address field layout configurator, for Craft 5.9. (b365633)