I want to allow certain nodes to have specific children based on a previous rule implemented. For example: - Mammals * Cow - Birds * Eagle A cow can't be child of _Birds_ :smile: . So, can I implement a rule to disable this? How can I do it?