How to override parent configuration warnings

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By gducrash

I am making a custom node type plugin, that is based on ScrollContainer, but I want to remove the configuration warning of “you can’t have multiple nodes inside a ScrollContainer”, as it is an expected behaviour and all children nodes are moved when the project is ran. Is there a way to remove this configuration warning?

I’ve tried returning an empty string in _get_configuration_warning function, but it seems that it just adds nothing, instead of overriding previous warnings.