You are here

heartbeat.heartbeat_type.user_post_youtube.yml in Heartbeat 8

config/install/heartbeat.heartbeat_type.user_post_youtube.yml

File

config/install/heartbeat.heartbeat_type.user_post_youtube.yml
View source
  1. uuid: 4c395cae-4631-4a04-9b45-4bce05fb9da0
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: user_post_youtube
  6. label: 'User Post Youtube'
  7. message_id: null
  8. description: 'Records a user posting a youtube video'
  9. mainentity: node
  10. bundle: youtube_video
  11. message: '!user posted a video: !title !body'
  12. weight: 0
  13. perms: -1
  14. group_type: '11'
  15. arguments: '{"!user":"[user:account-name]","!title":"[node:title]","!body":"[node:body]"}'
  16. variables:
  17. - '[user:account-name]'
  18. - '[node:title]'
  19. - '[node:body]'