Preparing for CKEditor 5

CKEditor 4 is reaching its end of support November 2023. The Backdrop community has been working towards transitioning to CKEditor 5. Come see the current state of the new module, how to test it, and what work remains to be done. We expect this module will be included in Backdrop 1.27.0.

Backdrop Pipeline Update

This past May, I sent an invitation to every organization and individual who had identified themselves on the backdrop Service Providers page that read like this:

Are you looking for more business? Then read on!

Since you are listed as a Backdrop service provider, we would like to extend an invitation to you to participate in a new program that will refer to you owners of Drupal 7 websites who are interested in moving their sites to Backdrop CMS.

Configuration Recipes

In short, config recipes are simple modules that add functionality to your site mostly by adding some prepared configuration. They do not add new features that are not already available through Backdrop Core or existing contrib modules. 

Available config recipes at this time:

Adding Logic to Your Site with Rules Module

The Rules module is a module that allows site architects to create action/reaction events that would normally require writing custom code. Some of the things you can do with the rules module include:

1) Sending an email to a site editor anytime someone creates a new article or comment.

2) Automatically assigning a special role to anyone who creates a new account. 

3) Automatically unpublish content after a certain time frame.

4) Automatically assign a node to someone other than the author. 

Backdrop for Beginners - Views (dynamic lists of your content)

The views module is a powerful tool that allows site administrators to create complicated and dynamic displays of their content without writing any code or knowledge of database queries. 

  • Create a basic view
  • Filter your data with views
  • Sort your data with views
  • Rewriting your data in views
  • What happens if there is no data in your view (no results)
  • Contextual Filters
  • Relationships
  • Views header and footer
  • View pagers

Pages