Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. { "rules_comment_added_or_updated" : {
  2. "LABEL" : "Comment added or updated",
  3. "PLUGIN" : "reaction rule",
  4. "OWNER" : "rules",
  5. "REQUIRES" : [ "rules_i18n", "rules", "comment" ],
  6. "ON" : {
  7. "comment_insert--comment_node_article" : { "bundle" : "comment_node_article" },
  8. "comment_update--comment_node_article" : { "bundle" : "comment_node_article" }
  9. },
  10. "DO" : [
  11. { "drupal_message" : { "message" : "Comment id = u0022[comment:cid]u0022" } }
  12. ]
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement