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.
- Host: GitHub
- URL: https://github.com/backdrop-contrib/ckeditor_blocks
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2022-01-22T05:44:39.000Z (over 4 years ago)
- Default Branch: 1.x
- Last Pushed: 2023-02-16T21:19:22.000Z (over 3 years ago)
- Last Synced: 2025-01-22T20:01:59.085Z (over 1 year ago)
- Topics: backdrop, backdropcms, cms
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 11
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
)`

## 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.