@interaktivgmbh/volto-recommendations
v1.0.4
Published
volto-recommendations: Volto add-on
Downloads
6
Maintainers
Readme
interaktiv.recommendations
Interaktiv Recommendations plone package.
Table of contents
Installation
1. Add the recommendations package to the backend
File: buildout.cfg
[sources]
...
interaktiv.recommendations = git [email protected]:interaktivgmbh/interaktiv.recommendations.git branch=main
eggs =
...
interaktiv.recommendations
2. Add the recommendations package to the frontend (Volto only)
File: package.json
"dependencies": {
"@interaktivgmbh/volto-recommendations": "*"
}
"addons": [
"@interaktivgmbh/volto-recommendations"
]
3. Get packages
Backend/Plone Classic:
$ ./bin/buildout
Frontend/Volto:
$ yarn install
Enable the recommendations
1. Enable recommendations behavior
Enable the recommendations behavior on a contenttype of your choice via controlpanel /@@dexterity-types.
2. Update recommendations index
Plone Classic:
Open /@@recommendations_settings and click on the Refresh-Button.
Volto:
Open /controlpanel/recommendations and click on the Refresh-Button.
Copyright and License
Author: Interaktiv GmbH - https://interaktiv.de
Copyright (c) 2023, Interaktiv GmbH
See LICENSE.md for details.