Is there a way to add more details to the error validation message?
When we try to publish a page, we might get validation errors, but the messages don't say which component the error comes from. If a page has many components with the same property, we have to open each one manually to find the issue.
This happens often when a property changes on an existing component. After the change, several components on the page can throw errors, and there is no way to tell them apart from the message alone.
Example
A page has 15 widgets, and most of them have a Background Color property, but not all are required. If that property cause a validation error, we won't know exactly which component is affected

Is there a way to add more details to the error validation message?
When we try to publish a page, we might get validation errors, but the messages don't say which component the error comes from. If a page has many components with the same property, we have to open each one manually to find the issue.
This happens often when a property changes on an existing component. After the change, several components on the page can throw errors, and there is no way to tell them apart from the message alone.
Example
A page has 15 widgets, and most of them have a Background Color property, but not all are required. If that property cause a validation error, we won't know exactly which component is affected