How to run custom resource extension before validators
Hi there,
I'm writing my first
All it does is add some attributes to the resource. But when I add
So looks like that validation is running before my extension has a chance to add the attributes? As far as I'm aware the docs don't mention how to configure an extension to get around this issue, but I'm sure the fix is easy. Thank you for your help!
I'm writing my first
Ash.Resource extension and having some issues I don't know how to solve. This is my simple extension so far:All it does is add some attributes to the resource. But when I add
EKG.Extensions.ScenePlaceable to the list of extensions of my resource I'm now getting this compile error:So looks like that validation is running before my extension has a chance to add the attributes? As far as I'm aware the docs don't mention how to configure an extension to get around this issue, but I'm sure the fix is easy. Thank you for your help!
