spicywebau / craft-fieldlabels

Override Craft CMS field labels and instructions in the field layout designer
MIT License
123 stars 9 forks source link

Apply label names to error messages #31

Closed ttempleton closed 5 years ago

ttempleton commented 5 years ago

Applies field labels' names to associated error messages. This applies to element edit pages and quick post widgets. For quick post widgets, Field Labels itself would not apply label names to error messages for plugin-provided fields that have their own field layouts (e.g. Neo), but would trigger a jQuery event to allow such plugins to add support for this.

Resolves #29.