Interaktiv Recommendations plone package.
[sources]
...
interaktiv.recommendations = git [email protected]:interaktivgmbh/interaktiv.recommendations.git branch=main
eggs =
...
interaktiv.recommendations
"dependencies": {
"@interaktivgmbh/volto-recommendations": "*"
}
"addons": [
"@interaktivgmbh/volto-recommendations"
]
### 3. Get packages
Backend/Plone Classic:
```shell
$ ./bin/buildout
Frontend/Volto:
$ yarn install
Enable the recommendations behavior on a contenttype of your choice via controlpanel /@@dexterity-types.
Open /@@recommendations_settings and click on the Refresh-Button.
Open /controlpanel/recommendations and click on the Refresh-Button.
Author: Interaktiv GmbH - https://interaktiv.de
Copyright (c) 2023, Interaktiv GmbH
See LICENSE.md for details.