Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 461 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 461 Bytes

FavoriteBundle

Installation

Set up the bundle in bundles.yml file:

// others bundle
fav: LpDigital\Bundle\FavoriteBundle\FavoriteBundle

Then install the table user_bookmarks:

./backbee bundle:install fav --force 

That's it. The bundle provide an admin interface that allow any user to configure favorites blocks and provide listener to add a new "Favoris" category when we have to select a block in contribution mode.