We shouild add a property name="nodetypes" type="String" default=""; to the head of each rule.
This would be an optional list of type sthat this rule should be triggered for. If the type doesnt match we dont even run the rule. This will keep the run count lower and it's a good way to filter.
We shouild add a
property name="nodetypes" type="String" default="";to the head of each rule.This would be an optional list of type sthat this rule should be triggered for. If the type doesnt match we dont even run the rule. This will keep the run count lower and it's a good way to filter.