mdwp / scrivito-blockquote

A blockquote React component/Scrivito widget for the Scrivito CMS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrivito Blockquote

CMS: Scrivito License: MIT

A blockquote React component/Scrivito widget for the Scrivito CMS.

Screenshot

Screenshot

Installation

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";

Features

A simple blockquote Widget with inline editing.

Widget properties

In the widget properties you can set:

  • Alignment of the quote (Left, center, right)

About

A blockquote React component/Scrivito widget for the Scrivito CMS.

License:MIT License


Languages

Language:JavaScript 100.0%