You are here

example_rules_create_promotion.info in Rules Bonus Pack 7

core = "7.x"
dependencies[] = "example_rule_promotion_syncronization"
dependencies[] = "rules"
description = "An example rule, automatically creating a promotion when an article is created."
features[rules_config][] = "rules_actions_on_article_creation"
features[rules_config][] = "rules_create_promotion"
name = "Example rules: Create promotion"
package = "Features"

File

example features/promotion_create/example_rules_create_promotion.info
View source
  1. core = "7.x"
  2. dependencies[] = "example_rule_promotion_syncronization"
  3. dependencies[] = "rules"
  4. description = "An example rule, automatically creating a promotion when an article is created."
  5. features[rules_config][] = "rules_actions_on_article_creation"
  6. features[rules_config][] = "rules_create_promotion"
  7. name = "Example rules: Create promotion"
  8. package = "Features"