You are here

heartbeat.heartbeat_type.user_heartpost.yml in Heartbeat 8

config/install/heartbeat.heartbeat_type.user_heartpost.yml

File

config/install/heartbeat.heartbeat_type.user_heartpost.yml
View source
  1. uuid: 39675abc-1d57-4432-855f-c59bc4f30210
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: user_heartpost
  6. label: 'User Heartpost'
  7. message_id: null
  8. description: 'Records the event of a user creating a Heartpost'
  9. mainentity: node
  10. bundle: heartpost
  11. message: '!nodetitle !nodebody'
  12. weight: 0
  13. perms: -1
  14. group_type: '11'
  15. arguments: '{"!nodetitle":"[node:title]","!nodebody":"[node:body]"}'
  16. variables:
  17. - '[node:title]'
  18. - '[node:body]'