Matrix API

Component type

module

Maintenance status

Development status

Downloads

284

Component created

Component changed

Matrix.org is "an open standard for decentralized persistent communication". This module is being developed to connect Drupal sites to Matrix chat rooms. It is in its very early stages (not yet functional) but a wide range of functionality is on the roadmap to develop.

If you are a Matrix user and interested in working with us, please get in touch!

CKEditor Bootstrap Table Tools

Component type

module

Maintenance status

Development status

Component created

Component changed

Bootstrap Table Tools helps you to edit tables inside CKEditor. It supports all additional table features provided by Bootstrap CSS framework.
This is a module for integration JS+ Bootstrap Table Tools for CKEditor into Drupal 8.
If you are looking for module for Drupal 7 - no module is needed in this case, just use add-ons.

CKEditor Bootstrap Editor

Component type

module

Maintenance status

Development status

Component created

Component changed

Bootstrap Editor lets you to edit Bootstrap blocks in visual mode. This constructor has a set of plugins to process text, image content, etc..
It is a module for integration JS+ Bootstrap Editor for CKEditor into Drupal 8.
If you are looking for module for Drupal 7 - no module is needed in this case, just use add-ons.

CKEditor Bootstrap Include

Component type

module

Maintenance status

Development status

Component created

Component changed

Bootstrap Include provide features to include Bootstrap CSS & JS framework into CKEditor content. This will allow to use any other Bootstrap plugins like Bootstrap Tools, Bootstrap Table Tools and Bootstrap Editor.
If you are looking for module for Drupal 7 - no module is needed in this case, just use add-ons.

Hybris Drupal Integration

Component type

module

Maintenance status

Development status

Downloads

346

Component created

Component changed

The Hybris Drupal integration module connects a Drupal site to a Hybris instance, a leading enterprise commerce platform. Using these modules a Drupal site can import products as standard Drupal entities, spread product attributes between both systems and keep them synced, allow users to check out and manage their account all in Drupal, and use Hybris as an identity provider for Drupal.

Views HTTP Pager

Component type

module

Maintenance status

Development status

Downloads

1241

Component created

Component changed

This module adds HTTP Link headers for the "pagers" of a Views Rest Export.

Simply enable it and you will see Link headers such as:

Link: <http://www.example.com/my/rest/export?page=1>; rel="self", <http://www.example.com/my/rest/export?page=0>; rel="first",
<http://www.example.com/my/rest/export?page=2>; rel="next",
<http://www.example.com/my/rest/export?page=2>; rel="last"

This can be used to facilitate client-side paging by systems integrating with your Views-driven Web API.