You are here

flag.flag.like.yml in Drupal like (Flag counter) 8

config/install/flag.flag.like.yml

File

config/install/flag.flag.like.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. id: like
  7. label: Like
  8. bundles:
  9. - article
  10. - page
  11. entity_type: node
  12. global: false
  13. weight: 0
  14. flag_short: 'Like ([flagcount:count])'
  15. flag_long: ''
  16. flag_message: ''
  17. unflag_short: 'Unlike ([flagcount:count])'
  18. unflag_long: ''
  19. unflag_message: ''
  20. unflag_denied_text: ''
  21. flag_type: 'entity:node'
  22. link_type: ajax_link
  23. flagTypeConfig:
  24. show_in_links: { }
  25. show_as_field: true
  26. show_on_form: false
  27. show_contextual_link: false
  28. access_author: ''
  29. linkTypeConfig: { }