diff --git a/election_vote/election_vote.rules_defaults.inc b/election_vote/election_vote.rules_defaults.inc index 32e96a585ea82d5e49134e746d9964e8e9ffbd1f..f8e2b78c3780f402f5baa5840b4f1a57811a3b35 100644 --- a/election_vote/election_vote.rules_defaults.inc +++ b/election_vote/election_vote.rules_defaults.inc @@ -41,6 +41,7 @@ function election_vote_default_rules_configuration() { $items['election_vote_share'] = entity_import('rules_config', '{ "election_vote_share" : { "LABEL" : "Prompt user to share the election on Facebook or Twitter after voting", "PLUGIN" : "reaction rule", + "TAGS" : [ "election" ], "WEIGHT" : "1", "ACTIVE" : false, "REQUIRES" : [ "rules", "election_vote" ],