Module Description
📑 Allow users to save any page of your Drupal site as a favorite.
The bookmarked link can have a custom title - and even more fields if you want to add new ones on the flag:bookmark. Indeed, under the hood favorites are simply flagging entities referencing a path_alias and are stored per user.
How to use
Install the module as you would usually do:
composer require drupal/bookmarks drush en bookmarks Place the block to display the link on front:
* Go to Admin > Structure > Block layout
* Add the Bookmarksin one or more regions
(optional) Customize the template with a custom Twig:
* Create a custom flag--bookmark.html.twig template (e.g. you can copy the example provided in this module under /templates)
The bookmarked link can have a custom title - and even more fields if you want to add new ones on the flag:bookmark. Indeed, under the hood favorites are simply flagging entities referencing a path_alias and are stored per user.
How to use
Install the module as you would usually do:
composer require drupal/bookmarks drush en bookmarks Place the block to display the link on front:
* Go to Admin > Structure > Block layout
* Add the Bookmarksin one or more regions
(optional) Customize the template with a custom Twig:
* Create a custom flag--bookmark.html.twig template (e.g. you can copy the example provided in this module under /templates)
Module Link
Project Usage
100
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the problem of allowing users to save any page of a Drupal site as a favorite, with the ability to customize the title and additional fields on the bookmarked link.
Data Name
bookmarks