# Flowchart.js Block
This block renders a Flowchart.js.
# Usage
To configure this block use this setting:
{
type: 'flowchartjs',
config: '...'
}
Option | Description | Default | Values |
---|---|---|---|
type | Define this block type (required) | "flowchartjs" | |
config | The Flowchart.js string that needs to be parsed and rendered (required) | String | |
style | An optional object that defines the rendering style, see Flowchart.js documentation. | Object | |
# Installation
Please read the installation istructions for official plugins here using this unique identifier: block-flowchartjs
You can find the source code in its repository.