Turn repeatable component name in red when required error on publish

System Information
  • Strapi Version: 3.6.3
  • Operating System:
  • Database: mongo
  • Node Version: 14.15.0
  • NPM Version:
  • Yarn Version:

Hi,

First of all, thanks a lot for creating such a nice and configurable CMS tool.

I have a very big form with sections which has multiple repeatable components. While publishing, if there is any error in repeatable component(e.g. -user forgot to fill required field), it silently display the errors on console. For end user, there is no way to understand the error occurred under which repeatable component. Is there any way I can turn the color of repeatable component label to red or show any error message(either using boom or along with the label)? I have already override the content manager so just wanted to know if I can override the behavior for repeatable components for this case?

I am able to do it by overriding index.js file in EditViewDataManagerProvider. I am able to displaying the messages using strapli logging. Thanks for enabling the overrirde.