You are here

flag.flag.bookmark.yml in Flag 8.4

modules/flag_bookmark/config/install/flag.flag.bookmark.yml

File

modules/flag_bookmark/config/install/flag.flag.bookmark.yml
View source
  1. id: bookmark
  2. entity_type: node
  3. label: Bookmark
  4. bundles:
  5. - article
  6. - page
  7. flag_short: 'Bookmark this'
  8. flag_long: 'Add this post to your bookmarks'
  9. flag_message: 'This post has been added to your bookmarks'
  10. unflag_short: 'Remove bookmark'
  11. unflag_long: 'Remove this post from your bookmarks'
  12. unflag_message: 'This post has been removed from your bookmarks'
  13. unflag_denied_text: ''
  14. weight: 0
  15. status: true
  16. langcode: en
  17. dependencies:
  18. enforced:
  19. module:
  20. - flag_bookmark
  21. roles: null
  22. flag_type: entity:node
  23. link_type: ajax_link
  24. flagTypeConfig:
  25. show_in_links:
  26. - full
  27. - teaser
  28. show_as_field: true
  29. show_on_form: false
  30. show_contextual_link: false
  31. extra_permissions: { }
  32. linkTypeConfig: { }