You are here

scheduler_rules_integration.rules.events.yml in Scheduler 8

scheduler_rules_integration/scheduler_rules_integration.rules.events.yml

File

scheduler_rules_integration/scheduler_rules_integration.rules.events.yml
View source
  1. scheduler_new_node_is_scheduled_for_publishing_event:
  2. label: 'After saving new content that is scheduled for publishing'
  3. category: 'Scheduler'
  4. context_definitions:
  5. node:
  6. type: 'entity:node'
  7. label: 'Scheduled Content Node'
  8. description: 'The node object representing the scheduled content'
  9. # These parameters were in the 7.x version. May not be needed, but left here
  10. # for reference until decision is made.
  11. # @TODO Add the parameters or remove these commented lines. Sep 2016
  12. # publish_on:
  13. # type: 'integer'
  14. # label: 'Scheduler Publish On date'
  15. # description: 'Date and time that the node will be published by Scheduler'
  16. # unpublish_on:
  17. # type: 'integer'
  18. # label: 'Scheduler Unpublish On date'
  19. # description: 'Date and time that the node will be unpublished by Scheduler'
  20. scheduler_existing_node_is_scheduled_for_publishing_event:
  21. label: 'After updating existing content that is scheduled for publishing'
  22. category: 'Scheduler'
  23. context_definitions:
  24. node:
  25. type: 'entity:node'
  26. label: 'Scheduled Content Node'
  27. description: 'The node object representing the scheduled content'
  28. scheduler_new_node_is_scheduled_for_unpublishing_event:
  29. label: 'After saving new content that is scheduled for unpublishing'
  30. category: 'Scheduler'
  31. context_definitions:
  32. node:
  33. type: 'entity:node'
  34. label: 'Scheduled Content Node'
  35. description: 'The node object representing the scheduled content'
  36. scheduler_existing_node_is_scheduled_for_unpublishing_event:
  37. label: 'After updating existing content that is scheduled for unpublishing'
  38. category: 'Scheduler'
  39. context_definitions:
  40. node:
  41. type: 'entity:node'
  42. label: 'Scheduled Content Node'
  43. description: 'The node object representing the scheduled content'
  44. scheduler_has_published_this_node_event:
  45. label: 'After a node has been published by Scheduler'
  46. category: 'Scheduler'
  47. context_definitions:
  48. node:
  49. type: 'entity:node'
  50. label: 'Scheduled Content Node'
  51. description: 'The node object representing the scheduled content'
  52. scheduler_has_unpublished_this_node_event:
  53. label: 'After a node has been unpublished by Scheduler'
  54. category: 'Scheduler'
  55. context_definitions:
  56. node:
  57. type: 'entity:node'
  58. label: 'Scheduled Content Node'
  59. description: 'The node object representing the scheduled content'