Schemata

Component type

module

Maintenance status

Development status

Downloads

44031

Component created

Component changed

Facilitate generation of schema definitions of Drupal 8 data models as produced by Serialization for Drupal 8 REST. Currently supported: JSON Schema for JSON, HAL JSON, and JSON API serialized Drupal Content Entities.

Theme Enabler

Component type

module

Categories

Maintenance status

Development status

Downloads

266

Component created

Component changed

This module enables the currently used theme and all its base themes.

Use case: After deploying theme settings via the theme_default and theme_admin variables, the themes still must be enabled. This module automates that task.

Exportables Browser (XBrowser)

Component type

module

Categories

Maintenance status

Development status

Downloads

268

Component created

Component changed

This module provides reports pages that show the state of exportables (from features and other modules).
It has a diff page that shows from which hooks the exportables come and which module they altered.

Currently it covers exportables provided by ctools and entity modules.
For other exportables, patches are welcome.

Drush Task for Rules

Component type

module

Maintenance status

Development status

Downloads

348

Component created

Component changed

Trigger drush tasks from actions taken on the website!

What? Are we in bizzaro-land here? Normally drush is the tool you use to do things to your Drupal! But what if you wanted Drupal to do something to your drush?

Now you can!

This module provides a new "Drush Task" that is an action that can be triggered by "Rules".
Once it's set up (there can be some glitches, and it may not work on all hosting environments) you can run drush commands when things happen!

Expose UUID

Component type

module

Categories

Maintenance status

Development status

Downloads

9

Component created

Component changed

Drupal 8 comes with the Configuration Manager module. When you export configuration it exports references to placed custom blocks, but not the blocks themselves (which results in 'missing blocks'). You have to manually create them in the environments you are syncing it to, but then they get a different UUID. With this module you can make the UUID of these blocks the same through the admin interface.