How do you change the title of a tab that gets inherited from an other component?
For example: ComponentB has a resourceSuperType ComponentA. when you get the edit dialog for ComponentB it shows the title "ComponentA". Is there any way to change this?
Adding a tabs config to the component didn't work.
I dont think you can override that as you will be referring to the existing component. If you need any change, then you will have to overide that component or just copy / paste into componentB and change the properties you would like to
I dont think you can override that as you will be referring to the existing component. If you need any change, then you will have to overide that component or just copy / paste into componentB and change the properties you would like to