1.2.3 • Published 6 years ago

enduro_tinymce v1.2.3

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

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.

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago