Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 936 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 936 Bytes

Enduro TinyMCE

This is a brick for Enduro.

Installation and setup here: Enduro Bricks.

Learn more about TinyMCE here: TinyMCE.

Usage

Use the type tinymce.

tinymce enables the following actions by default:

  • Bold
  • Italic
  • Underline
  • Strikethrough
  • Ordered List
  • Unordered list
  • Link

NOTE: BRICK SETTINGS BELOW ARE CURRENTLY OFF. A FUTURE UPDATE WILL ADD THEM IN

You can add additional actions from the brick options in enduro.json at the root of your Enduro project. For example:

"bricks": {
  "enduro_tinymce": {}
}

An example of a set of fields inside an Enduro flat file:

$text_type: 'tinymce'
text: ''

Development

Feel free to submit different configurations or improvements via Github issues. TinyMCE has many more features, this brick uses only some of the basics by default.