You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I need to extend the base Component class' editForm to add custom validation to API.key property on every component.
Describe the solution you'd like
I'd like to be able to define Component class in a custom module the same way I do when creating custom components.
Describe alternatives you've considered
I've tried to access Component.baseEditForm setter and to define a custom baseEditForm for the Component class similarly as it's done with custom components.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I need to extend the base
Component
class'editForm
to add custom validation toAPI.key
property on every component.Describe the solution you'd like
I'd like to be able to define
Component
class in a custom module the same way I do when creating custom components.Describe alternatives you've considered
I've tried to access
Component.baseEditForm
setter and to define a custombaseEditForm
for theComponent
class similarly as it's done with custom components.Additional context
The text was updated successfully, but these errors were encountered: