Adds Pell WYSIWYG Editor to Enduro
npm install enduro_pellpell.
pell enables the following actions by default:
enduro.json at the root of your Enduro project. For example:
"bricks": {
"enduro_pell": {
"actions": [
"bold",
"italic",
"underline",
"strikethrough",
"paragraph",
"quote",
"olist",
"ulist",
"link"
]
}
}
`
An example of a set of fields inside an Enduro flat file:
`
$text_type: 'pell'
text: ''
``