Webform taxonomy options pre loader

Component type

module

Maintenance status

Development status

Downloads

594

Component created

Component changed

This module provides a pre-build list from taxonomy term for webfom.
Once this modules is installed in the site, then you should be able to see the taxonomies in the select list of webfom component.
Multilingual Supported.

Important: This Module Provide translated strings on front end.

node timebomb

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Minimal goal :
The idea is to set timer to a node type. After a defined amount of time the node of specified type will either be unpublished or destroyed.

Better goal :

  • set email alert for node user
  • set email alert for admin

Entity Import

Component type

module

Maintenance status

Development status

Component created

Component changed

Import content entities automatically from the file system.

Usage

The default export/import directory is sites/default/content. This can be overridden by providing a --dir option.

Export

To export a single entity:
drush ee block_content 1

To export all entities of a certain type:
drush ee block_content

To export all content entities:
drush ee

Styles API

Component type

module

Maintenance status

Development status

Downloads

4059

Component created

Component changed

This module allows other modules or themes to register theme templates on a YAML file (replacing hook_theme()) and provide a repository for all themes registered.

This will give more order to theme definitions, taking them away form code.

But moreover in this way themes and modules could gather information of registered themes implementation.

For example a module could alter block form to add select field to forms, providing a UI to easily assign predefined templates for elements, blocks or regions.

Block Styles

Component type

module

Maintenance status

Development status

Downloads

5388

Component created

Component changed

Using the Styles API Module allows to set different styles for block wrapper theme.

This module affects only block.html.twig, and not the way content is displayed.

Classes could be added to block wrapper, even if block theme has not been overwritten.

The styles selector is shown at the end of the block configuration form.