I'm trying to develop a completely separate Front-End, with a Rule Editor.
When I try to declare de rule editor in my MVC, the RuleEditor Builder needs the Rule Object, but I don't have access to this, because is declared in the API.
Is it possible to render the RuleEditor without direct reference to the Rule Model?