An open API service indexing awesome lists of open source software.

https://github.com/backdrop-contrib/ckeditor_blocks

Enables Backdrop blocks to be embedded into text areas using the rich text editor.
https://github.com/backdrop-contrib/ckeditor_blocks

backdrop backdropcms cms

Last synced: 8 months ago
JSON representation

Enables Backdrop blocks to be embedded into text areas using the rich text editor.

Awesome Lists containing this project

README

          

# CKeditor Blocks

A module that enables embedding drupal blocks in CKEditor. It currently uses the
insert_block module to render the blocks but this functionality may be moved
into the module to reduce dependencies.

Please, offer feedback and ideas in the issue queue.

Pull Requests are welcome.

## Status

Under development.

## Installation

Install this module using the official Backdrop CMS instructions at
backdropcms.org/guide/modules.

This module works best when used with the following text format:
* `Limit allowed HTML tags`

And when run AFTER:
* `Convert line breaks into HTML (i.e.
and

)`

![image](https://user-images.githubusercontent.com/3144571/160269381-28302f4e-3bfb-4e23-8734-b7be1999a105.png)

## Current maintainers

- [Jen Lampton](https://github.com/jenlampton)
- [Tim Erickson](https://github.com/stpaultim)

## Credits

- Ported to Backdrop by: [mhasan3](https://github.com/mhasan3) and [rajpaul](https://github.com/rajpaul) with financial support from (sponsor to be named soon)
- Originally created for Drupal by: [tomdude48](https://www.drupal.org/u/tomdude48)
- Endorsed by [Simplo](https://www.simplo.site)
- Supported by [Triplo](https://www.triplo.co)

## License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.