A blockquote React component/Scrivito widget for the Scrivito CMS.
Open your terminal.
$ cd
to your Scrivito project
$ npm install scrivito-blockquote
Import the widget in your javascript (e.g. in index.js
or Widgets/index.js
).
Add this line to your index.js:
import "scrivito-blockquote";
A simple blockquote Widget with inline editing.
In the widget properties you can set:
- Alignment of the quote (Left, center, right)