0.0.6 • Published 3 years ago
scrivito-chatbottery-plugin v0.0.6
Scrivito Chatbottery Plugin
A React component/Scrivito widget for the Scrivito CMS that let you embed Chatbottery.
Installation
Open your terminal.
$ cd to your Scrivito project
$ npm install scrivito-chatbottery-pluginImport the widget in your javascript (e.g. in index.js or Widgets/index.js).
Add this line to your index.js:
import "scrivito-chatbottery-plugin";It's important to set to the _headerCsp.json file (located in the public folder) entries inside script-src array:
["https://web-runtime.chatbottery.com"]